Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-05-27 18:30:36 +0000
committerDennis Wagelaar2018-05-27 18:30:36 +0000
commit4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79 (patch)
treeac54770dd40e5d03569460f1d5c7e0f76f215222 /plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF
parent47f304b31e32776723f7b480e2885124b6a18b27 (diff)
downloadorg.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.tar.gz
org.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.tar.xz
org.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.zip
Use custom pom.xml for maven repo.
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF b/plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF
index ecd2b6a7..d1e450e7 100644
--- a/plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.m2m.atl.common/META-INF/MANIFEST.MF
@@ -15,7 +15,7 @@ Export-Package: org.eclipse.m2m.atl.common,
org.eclipse.m2m.atl.common.Problem.PrimitiveTypes,
org.eclipse.m2m.atl.common.Problem.util
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="2.4.0";visibility:=reexport,
org.eclipse.osgi
Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy

Back to the top