Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2006-01-11 15:37:37 +0000
committerPascal Rapicault2006-01-11 15:37:37 +0000
commitf51f469b3fca4f567c554584cc19611b5997c0fd (patch)
tree58620ccc85d8de3eea5beedf1416d50ad9348848 /bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
downloadrt.equinox.p2-f51f469b3fca4f567c554584cc19611b5997c0fd.tar.gz
rt.equinox.p2-f51f469b3fca4f567c554584cc19611b5997c0fd.tar.xz
rt.equinox.p2-f51f469b3fca4f567c554584cc19611b5997c0fd.zip
initial version of configuration manipulator
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..df8669054
--- /dev/null
+++ b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ConfigurationManipulator Plug-in
+Bundle-SymbolicName: org.eclipse.core.configurationManipulator
+Bundle-Version: 1.0.0.qualifier
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.osgi,
+ org.eclipse.core.runtime,
+ org.eclipse.core.simpleConfigurator
+Export-Package: org.eclipse.core.configurationManipulator
+Bundle-Activator: org.eclipse.core.internal.utils.BundleHelper
+Eclipse-AutoStart: true

Back to the top