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:17 +0000
committerjeffliu2005-05-30 00:52:17 +0000
commit61eee6c43c4bd2676393577cf61b7132912cd6a8 (patch)
treefe3865211421acc3028b574ec70374d0fda40bcf /plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF
parentaf9036cd61b6b712a18f3547969ba6cb8b8e19fa (diff)
downloadwebtools.common-61eee6c43c4bd2676393577cf61b7132912cd6a8.tar.gz
webtools.common-61eee6c43c4bd2676393577cf61b7132912cd6a8.tar.xz
webtools.common-61eee6c43c4bd2676393577cf61b7132912cd6a8.zip
[90761] Investigate: Use manifest.mf
Diffstat (limited to 'plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..f7809857e
--- /dev/null
+++ b/plugins/org.eclipse.wst.common.emfworkbench.integration/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EMF Workbench Edit Plug-in
+Bundle-SymbolicName: org.eclipse.wst.common.emfworkbench.integration; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-ClassPath: emfworkbenchedit.jar
+Bundle-Activator: org.eclipse.wst.common.internal.emfworkbench.integration.EMFWorkbenchEditPlugin
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Export-Package: .,
+ org.eclipse.wst.common.internal.emfworkbench,
+ org.eclipse.wst.common.internal.emfworkbench.edit,
+ org.eclipse.wst.common.internal.emfworkbench.integration,
+ org.eclipse.wst.common.internal.emfworkbench.operation,
+ org.eclipse.wst.common.internal.emfworkbench.validateedit
+Require-Bundle: org.eclipse.wst.common.frameworks,
+ org.eclipse.jem.util,
+ org.eclipse.emf.edit,
+ org.eclipse.emf.ecore.xmi,
+ org.eclipse.wst.common.emf,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.emf.codegen,
+ org.eclipse.emf.codegen.ecore,
+ org.eclipse.xsd,
+ org.eclipse.emf.importer.java
+Eclipse-AutoStart: true

Back to the top