Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-11-14 11:29:48 +0000
committerGerrit Code Review @ Eclipse.org2013-11-14 18:36:49 +0000
commite1845c784fce409bdb5edc323c203bf50037bdcd (patch)
tree859f8b57835b16aef3feb77d40aba75ea360a925
parentc87eab94ca0fe2d97464f1aeace71aa16519a6d1 (diff)
downloadrt.equinox.p2-e1845c784fce409bdb5edc323c203bf50037bdcd.tar.gz
rt.equinox.p2-e1845c784fce409bdb5edc323c203bf50037bdcd.tar.xz
rt.equinox.p2-e1845c784fce409bdb5edc323c203bf50037bdcd.zip
Bug 421770 - Remove duplicated Bundle-ActivationPolicy.
Change-Id: I9645309dd9c1db3555e7d9122e9482e5bdd2cf85 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index 516a71534..fda42092f 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -12,5 +12,4 @@ Import-Package: org.osgi.framework;version="1.4.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.equinox.frameworkadmin.tests
-Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir

Back to the top