Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Faltermeier2015-01-18 12:20:20 +0000
committerJohannes Faltermeier2015-01-18 12:20:20 +0000
commit2f325dffa29cde8d1668b7ac06589aaa0f1d8f32 (patch)
treea633cef3ab024336ddde744326ffb05e0e76cc67
parent649e8a9fa12b6fd4052bf786342504eb63844609 (diff)
downloadorg.eclipse.emf.edapt-hotfix_1.0.1.tar.gz
org.eclipse.emf.edapt-hotfix_1.0.1.tar.xz
org.eclipse.emf.edapt-hotfix_1.0.1.zip
Bug 457790 - Possible NPE in EcoreForwardReconstructor1.0.1hotfix_1.0.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457790
-rw-r--r--plugins/org.eclipse.emf.edapt.history.edit/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.edapt.history.edit/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.edapt.history.edit/META-INF/MANIFEST.MF
index e00aea9..a652568 100644
--- a/plugins/org.eclipse.emf.edapt.history.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.edapt.history.edit/META-INF/MANIFEST.MF
@@ -21,5 +21,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.emf.edapt.declaration.edit;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
org.eclipse.emf.ecore;bundle-version="[2.7.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.ecore.edit;bundle-version="[2.7.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.compare;bundle-version="[3.0.0,4.0.0)",
org.junit;bundle-version="[4.0.0,5.0.0)"
Bundle-ActivationPolicy: lazy

Back to the top