Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-07-19 12:14:56 +0000
committervlorenzo2012-07-19 12:14:56 +0000
commitc9b0844132ca36790a86bda9e5aa590ce3d8ba18 (patch)
tree4a4eb686f69d77357be17c9058fc94c367ced9a3 /extraplugins
parenta78c7e58fefb962a436c9f4ea7845e7dc1ef0c40 (diff)
downloadorg.eclipse.papyrus-c9b0844132ca36790a86bda9e5aa590ce3d8ba18.tar.gz
org.eclipse.papyrus-c9b0844132ca36790a86bda9e5aa590ce3d8ba18.tar.xz
org.eclipse.papyrus-c9b0844132ca36790a86bda9e5aa590ce3d8ba18.zip
385492: [UML Compare] the JUnit tests should test the merge of one diff and the merger associated to this diff
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385492 Export the package with the merger
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/META-INF/MANIFEST.MF
index 3d41571faab..ea66fd1d9fe 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/META-INF/MANIFEST.MF
@@ -36,6 +36,7 @@ Export-Package:
org.eclipe.papyrus.uml.compare.diff.uml_diff_extension.impl,
org.eclipe.papyrus.uml.compare.diff.uml_diff_extension.util,
org.eclipse.papyrus.uml.compare.diff,
+ org.eclipse.papyrus.uml.compare.diff.internal.merger,
org.eclipse.papyrus.uml.compare.diff.services.nested,
org.eclipse.papyrus.uml.compare.diff.services.standalone

Back to the top