Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:12:35 +0000
committerMartin Taal2011-11-01 18:12:35 +0000
commit97842a213a338601aa158b3d9f995f464bb25681 (patch)
tree5b9a657ccdce9960b252f3bc8dcc09a2626bd711 /core/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF
parent709ec105b89258b5e6b27e57cb3deb177529c54c (diff)
downloadorg.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.gz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.xz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.zip
New structure
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF b/core/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF
new file mode 100755
index 000000000..f02b1fc4e
--- /dev/null
+++ b/core/org.eclipse.emf.teneo.annotations/META-INF/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.emf.teneo.annotations;singleton:=true
+Bundle-Version: 1.2.0.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.emf.teneo.annotations.pamodel;version="1.1.2",
+ org.eclipse.emf.teneo.annotations.pamodel.impl;version="1.1.2",
+ org.eclipse.emf.teneo.annotations.pamodel.util;version="1.1.2",
+ org.eclipse.emf.teneo.annotations.pannotation;version="1.1.2",
+ org.eclipse.emf.teneo.annotations.pannotation.impl;version="1.1.2",
+ org.eclipse.emf.teneo.annotations.pannotation.util;version="1.1.2"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;bundle-version="[2.5.0,3.0.0)"
+Bundle-ActivationPolicy: lazy

Back to the top