Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeffliu2005-05-30 00:52:18 +0000
committerjeffliu2005-05-30 00:52:18 +0000
commitd8467174aaf67a5d9564b3fa1cfcb3f78abab703 (patch)
treed763453d3bcb28a758618bd47d281456c5cbae77 /bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
parent642c587e2cc60c435bbd5706db303f2a9dce797e (diff)
downloadwebtools.webservices-d8467174aaf67a5d9564b3fa1cfcb3f78abab703.tar.gz
webtools.webservices-d8467174aaf67a5d9564b3fa1cfcb3f78abab703.tar.xz
webtools.webservices-d8467174aaf67a5d9564b3fa1cfcb3f78abab703.zip
[90761] Investigate: Use manifest.mf
Diffstat (limited to 'bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..40f662ab4
--- /dev/null
+++ b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %PLUGIN_NAME
+Bundle-SymbolicName: org.eclipse.wst.command.env; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-ClassPath: env.jar
+Bundle-Activator: org.eclipse.wst.command.internal.env.plugin.EnvPlugin
+Bundle-Vendor: %PLUGIN_PROVIDER
+Bundle-Localization: plugin
+Export-Package: org.eclipse.wst.command.internal.env.commandline,
+ org.eclipse.wst.command.internal.env.common,
+ org.eclipse.wst.command.internal.env.context,
+ org.eclipse.wst.command.internal.env.eclipse,
+ org.eclipse.wst.command.internal.env.plugin,
+ org.eclipse.wst.command.internal.env.preferences
+Require-Bundle: org.eclipse.wst.command.env.core,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.osgi
+Eclipse-AutoStart: true

Back to the top