Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-11-25 14:28:21 +0000
committerAlexander Kurtakov2018-11-25 14:28:21 +0000
commit7e52a3129184302bba5541aac1821e8447dc8fd7 (patch)
tree7045802b0a19b8442192a71847d77714bdf91e1d
parent3b8fdc96132da6c983a9d069bd0eb06e36766af1 (diff)
downloadeclipse.platform.releng-7e52a3129184302bba5541aac1821e8447dc8fd7.tar.gz
eclipse.platform.releng-7e52a3129184302bba5541aac1821e8447dc8fd7.tar.xz
eclipse.platform.releng-7e52a3129184302bba5541aac1821e8447dc8fd7.zip
Bug 515092 - Source bundles missing for team pluginsI20181126-0600I20181126-0140I20181125-1800
Change platform feature to not exlcude core.net fragments. Change-Id: I1f5d5067a8f7f458e727e5c2007926c81b80255c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.platform-feature/forceQualifierUpdate.txt3
-rw-r--r--features/org.eclipse.platform-feature/pom.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/features/org.eclipse.platform-feature/forceQualifierUpdate.txt b/features/org.eclipse.platform-feature/forceQualifierUpdate.txt
index 233e8349..ce9c105d 100644
--- a/features/org.eclipse.platform-feature/forceQualifierUpdate.txt
+++ b/features/org.eclipse.platform-feature/forceQualifierUpdate.txt
@@ -7,4 +7,5 @@ Bug 448567 - Update Orbit for M3
Bug 437486 - Add JSch 0.1.51 to Platform
Bug 467268 - Update to Orbit RC1 URL
Bug 537521 - Update to latest org.eclipse.debug.core
-Needs a touch for felix.scr qualifier update \ No newline at end of file
+Needs a touch for felix.scr qualifier update
+Bug 515092 - Source bundles missing for team plugins \ No newline at end of file
diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml
index 44bfa44c..a93eeec0 100644
--- a/features/org.eclipse.platform-feature/pom.xml
+++ b/features/org.eclipse.platform-feature/pom.xml
@@ -61,8 +61,6 @@
<plugin id="org.eclipse.core.filesystem.win32.x86_64"/>
<plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
<plugin id="org.eclipse.core.resources.win32.x86_64"/>
- <plugin id="org.eclipse.core.net.linux.x86_64"/>
- <plugin id="org.eclipse.core.net.win32.x86_64"/>
</excludes>
</configuration>
</execution>

Back to the top