Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-03-27 15:38:10 +0000
committerMarkus Keller2015-03-27 15:38:10 +0000
commit3e7348a712e35cdfcecafe8a32c41cceac92341e (patch)
tree397d4a9bc59851dca2f66502aecf66b6acc916b2
parente0f4dd7943351bce6d90b7477a9f9da53b23b786 (diff)
downloadeclipse.platform.ua-3e7348a712e35cdfcecafe8a32c41cceac92341e.tar.gz
eclipse.platform.ua-3e7348a712e35cdfcecafe8a32c41cceac92341e.tar.xz
eclipse.platform.ua-3e7348a712e35cdfcecafe8a32c41cceac92341e.zip
Revert ua.tests part of Bug 461059: Prevent dirt in workspace
-rw-r--r--org.eclipse.ua.tests/META-INF/MANIFEST.MF3
-rw-r--r--org.eclipse.ua.tests/build.properties8
2 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 153198c9d..a8177c3b2 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -22,7 +22,7 @@ Require-Bundle: org.junit,
org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.100"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: .
+Bundle-ClassPath: ua-tests.jar
Import-Package: javax.servlet;version="2.4.0",
javax.servlet.http;version="2.4.0",
org.apache.lucene.index;core=split;version="[3.5.0,4.0.0)",
@@ -66,3 +66,4 @@ Export-Package: org.eclipse.ua.tests,
org.eclipse.ua.tests.plugin,
org.eclipse.ua.tests.util,
org.eclipse.ua.tests.browser
+Eclipse-BundleShape: dir
diff --git a/org.eclipse.ua.tests/build.properties b/org.eclipse.ua.tests/build.properties
index 6857a36d6..74abeb4e3 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,10 +21,12 @@ bin.includes = plugin.xml,\
jsp/,\
script/,\
service/
-output.. = bin/
-source.. = base/,\
+jars.compile.order = ua-tests.jar
+output.ua-tests.jar = bin/
+source.ua-tests.jar = base/,\
browser/,\
cheatsheet/,\
help/,\
intro/
+javacWarnings.ua-tests.jar=-unavoidableGenericProblems

Back to the top