Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-03-25 09:59:17 +0000
committerAlexander Kurtakov2015-03-25 09:59:17 +0000
commit32582cc7adc1d81b0104a421ab03d345a8bbd501 (patch)
treedce84810e1c5fdad911b20be3c6d8b71f6f619f8
parentbea4ee12ec4c560f86316092c5b358b0effc308e (diff)
downloadeclipse.platform.releng-32582cc7adc1d81b0104a421ab03d345a8bbd501.tar.gz
eclipse.platform.releng-32582cc7adc1d81b0104a421ab03d345a8bbd501.tar.xz
eclipse.platform.releng-32582cc7adc1d81b0104a421ab03d345a8bbd501.zip
Bug 461059 - Prevent dirt in workspace
Mark o.e.ua.tests unpack=false to match making it not use inner jars. Change-Id: I0bea891eef1b2a4fbd8dcb197ff4c49eb45909bf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.sdk.tests/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/org.eclipse.sdk.tests/feature.xml b/features/org.eclipse.sdk.tests/feature.xml
index 69dc697a..e8d91baa 100644
--- a/features/org.eclipse.sdk.tests/feature.xml
+++ b/features/org.eclipse.sdk.tests/feature.xml
@@ -298,7 +298,8 @@
id="org.eclipse.ua.tests"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.ua.tests.doc"

Back to the top