Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-02-11 06:22:22 +0000
committerJohn Arthorne2008-02-11 06:22:22 +0000
commit50847516cdeffda4c24c1f8924b5f77f6025e3d7 (patch)
treeb34f99cc876b4e72c90e49c37995ce50d7c9c8f0 /bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
parentc985cc8a2cc5f48cf7333b5a445d04faee4521f9 (diff)
downloadrt.equinox.p2-50847516cdeffda4c24c1f8924b5f77f6025e3d7.tar.gz
rt.equinox.p2-50847516cdeffda4c24c1f8924b5f77f6025e3d7.tar.xz
rt.equinox.p2-50847516cdeffda4c24c1f8924b5f77f6025e3d7.zip
Rename test package to match package naming conventions
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF2
1 files changed, 1 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 ccafdaa2d..2ed02774a 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 1.0.0
Require-Bundle: org.junit;bundle-version="3.8.0",
org.eclipse.core.runtime,
org.eclipse.equinox.frameworkadmin
-Bundle-Activator: org.eclipse.equinox.frameworkadmin.internal.test.Activator
+Bundle-Activator: org.eclipse.equinox.frameworkadmin.tests.Activator
Import-Package: org.osgi.framework;version="1.4.0"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,

Back to the top