Skip to main content
summaryrefslogtreecommitdiffstats
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.ui.intro.universal
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.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF3
-rw-r--r--org.eclipse.ui.intro.universal/build.properties7
2 files changed, 4 insertions, 6 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index e4ca8ac94..069b9573d 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -15,10 +15,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui.intro;bundle-version="[3.4.0,4.0.0)"
Eclipse-LazyStart: true; exceptions="org.eclipse.ui.internal.intro.universal.contentdetect"
Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalIntroPlugin
-Bundle-ClassPath: universal.jar
+Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: javax.xml.parsers,
org.w3c.dom,
org.xml.sax
Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.ui.internal.intro.universal.contentdetect"
-Eclipse-BundleShape: dir
diff --git a/org.eclipse.ui.intro.universal/build.properties b/org.eclipse.ui.intro.universal/build.properties
index a45f90336..7b7018bab 100644
--- a/org.eclipse.ui.intro.universal/build.properties
+++ b/org.eclipse.ui.intro.universal/build.properties
@@ -16,8 +16,7 @@ bin.includes = plugin.xml,\
META-INF/,\
.options,\
about.html,\
- universal.jar
+ .
src.includes = about.html
-jars.compile.order = universal.jar
-source.universal.jar = src/
-output.universal.jar = bin/
+source.. = src/
+output.. = bin/

Back to the top