Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2t.common.recipe/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.m2t.common.recipe/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.eclipse.m2t.common.recipe/META-INF/MANIFEST.MF b/plugins/org.eclipse.m2t.common.recipe/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..991d4a75
--- /dev/null
+++ b/plugins/org.eclipse.m2t.common.recipe/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.m2t.common.recipe
+Bundle-Version: 0.7.0.qualifier
+Bundle-Localization: plugin
+Require-Bundle: org.apache.ant,
+ org.eclipse.emf.ecore,
+ org.apache.commons.logging
+Export-Package: org.eclipse.m2t.common.recipe,
+ org.eclipse.m2t.common.recipe.core,
+ org.eclipse.m2t.common.recipe.eval,
+ org.eclipse.m2t.common.recipe.io,
+ org.eclipse.m2t.common.recipe.util
+Bundle-Vendor: %providerName
+Eclipse-BuddyPolicy: dependent
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top