Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkuo Yamasaki2007-02-28 20:49:21 +0000
committerIkuo Yamasaki2007-02-28 20:49:21 +0000
commit90939bb79989a18567255a9c4c29966f0a706ee4 (patch)
tree999d42945494402fb52c4065238195398adfc0fe /bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
parent48064752151fffa2457fbc42867d3094617aa32a (diff)
downloadrt.equinox.p2-90939bb79989a18567255a9c4c29966f0a706ee4.tar.gz
rt.equinox.p2-90939bb79989a18567255a9c4c29966f0a706ee4.tar.xz
rt.equinox.p2-90939bb79989a18567255a9c4c29966f0a706ee4.zip
- Configurator interface is moved into org.eclipse.equinox.simpleconfigurator plugin.
- org.eclise.equinox.configurator package is renamed into org.eclipse.equinox.configuratormanipulator. - org.eclipse.equinox.internal.simpleconfigurator.utils package is moved into org.eclipse.equinox.simpleconfigurator
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
index 479b07a88..71f61960e 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
@@ -2,12 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FrameworkAdmin Service IF
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin
-Bundle-Version: 1.2.0
+Bundle-Version: 1.3.0
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Import-Package: org.osgi.framework;version="1.3.0",
org.osgi.service.startlevel;version="1.0.0"
-Export-Package: org.eclipse.equinox.configurator,
+Export-Package: org.eclipse.equinox.configuratormanipulator,
org.eclipse.equinox.frameworkadmin,
- org.eclipse.equinox.internal.frameworkadmin.utils,
- org.eclipse.equinox.internal.simpleconfigurator.utils
+ org.eclipse.equinox.internal.frameworkadmin.utils

Back to the top