Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-11-22 16:43:36 +0000
committerAlexander Kurtakov2018-11-23 07:12:24 +0000
commit1f6c513855dbb20cbd8acf61151060b4514436e0 (patch)
tree1352f897c1174760a5d2c6901b1f989714be127b
parentfd3fbdf86e19293997e6acd28c930fd089f64a9d (diff)
downloadeclipse.platform.team-1f6c513855dbb20cbd8acf61151060b4514436e0.tar.gz
eclipse.platform.team-1f6c513855dbb20cbd8acf61151060b4514436e0.tar.xz
eclipse.platform.team-1f6c513855dbb20cbd8acf61151060b4514436e0.zip
Remove generateSourceBundle=false . Change-Id: If217c54725bf1dafc60dea96f274ee54556eb0eb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/build.properties1
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/build.properties1
2 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/build.properties b/bundles/org.eclipse.core.net.linux.x86_64/build.properties
index 03ab15c87..da27a77c9 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/build.properties
+++ b/bundles/org.eclipse.core.net.linux.x86_64/build.properties
@@ -18,5 +18,4 @@ bin.includes = fragment.properties,\
bin/,\
libgnomeproxy-1.0.0.so
src.includes = about.html
-generateSourceBundle=false
source.. = src/
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/build.properties b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
index 55c2b946b..1dd6d3af6 100644
--- a/bundles/org.eclipse.core.net.win32.x86_64/build.properties
+++ b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
@@ -17,6 +17,5 @@ bin.includes = fragment.properties,\
META-INF/,\
bin/,\
jWinHttp-1.0.0.dll
-generateSourceBundle=false
src.includes = about.html
source.. = src/

Back to the top