Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-02-27 15:35:45 +0000
committerAlexander Kurtakov2015-03-13 17:11:51 +0000
commitcd4c1939d3f8a1052fb4240e22bb5479528d5fc1 (patch)
tree6d2e8699ab38cffd59a2139a81e9fa5ed3d9b652 /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parent01e9603c5d642b31af1d2d9d9dcea627e92f3f19 (diff)
downloadeclipse.platform.ua-cd4c1939d3f8a1052fb4240e22bb5479528d5fc1.tar.gz
eclipse.platform.ua-cd4c1939d3f8a1052fb4240e22bb5479528d5fc1.tar.xz
eclipse.platform.ua-cd4c1939d3f8a1052fb4240e22bb5479528d5fc1.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: Ice9010360554e9239e92a98b160ba5e817bec21e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 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

Back to the top