Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-02-27 15:35:45 +0000
committerAlexander Kurtakov2015-03-25 09:52:23 +0000
commite0f4dd7943351bce6d90b7477a9f9da53b23b786 (patch)
tree346566e47d6df51d199a7b114d1ed552def250b2 /org.eclipse.ua.tests/build.properties
parent46f4be8b4980530a40852d23fb002988f250ba71 (diff)
downloadeclipse.platform.ua-e0f4dd7943351bce6d90b7477a9f9da53b23b786.tar.gz
eclipse.platform.ua-e0f4dd7943351bce6d90b7477a9f9da53b23b786.tar.xz
eclipse.platform.ua-e0f4dd7943351bce6d90b7477a9f9da53b23b786.zip
Bug 461059 - Prevent dirt in workspace
Make o.e.ua.tests and o.e.ui.intro.universal don't use inner jars. There is no real need for them. Intro.universal still works fine and all tests in ua.tests work that way. Change-Id: I7a72f16cb67ec32781129bfe5d5a20c421465884 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ua.tests/build.properties')
-rw-r--r--org.eclipse.ua.tests/build.properties8
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.ua.tests/build.properties b/org.eclipse.ua.tests/build.properties
index 74abeb4e3..6857a36d6 100644
--- a/org.eclipse.ua.tests/build.properties
+++ b/org.eclipse.ua.tests/build.properties
@@ -11,7 +11,7 @@
bin.includes = plugin.xml,\
icons/,\
test.xml,\
- ua-tests.jar,\
+ .,\
data/,\
META-INF/,\
doc.zip,\
@@ -21,12 +21,10 @@ bin.includes = plugin.xml,\
jsp/,\
script/,\
service/
-jars.compile.order = ua-tests.jar
-output.ua-tests.jar = bin/
-source.ua-tests.jar = base/,\
+output.. = bin/
+source.. = base/,\
browser/,\
cheatsheet/,\
help/,\
intro/
-javacWarnings.ua-tests.jar=-unavoidableGenericProblems

Back to the top