Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-05-07 15:47:09 +0000
committervlorenzo2012-05-07 15:47:09 +0000
commita50ed6fb58d0897fc692d1d632f0834f1c0f2753 (patch)
treed3dbdf4528a08b87e7038ae7aea3d24c7f585515 /extraplugins
parent60d3a4a7a5b343d62dc90139f17bf51b2df8114a (diff)
downloadorg.eclipse.papyrus-a50ed6fb58d0897fc692d1d632f0834f1c0f2753.tar.gz
org.eclipse.papyrus-a50ed6fb58d0897fc692d1d632f0834f1c0f2753.tar.xz
org.eclipse.papyrus-a50ed6fb58d0897fc692d1d632f0834f1c0f2753.zip
378689: [Releng] Add EMF-Compare projects to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378689 Set max version for EMF-Compare : 1.3.1
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.common/META-INF/MANIFEST.MF8
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.ui/META-INF/MANIFEST.MF7
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file/META-INF/MANIFEST.MF4
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.merger/META-INF/MANIFEST.MF4
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/META-INF/MANIFEST.MF6
5 files changed, 15 insertions, 14 deletions
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.common/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.common/META-INF/MANIFEST.MF
index 5f29eab0890..ad7950d8b64 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.common/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.common/META-INF/MANIFEST.MF
@@ -7,10 +7,10 @@ Bundle-Activator: org.eclipse.papyrus.infra.emf.compare.common.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.papyrus.infra.emf.compare.instance,
org.eclipse.compare,
- org.eclipse.emf.compare.ui,
- org.eclipse.emf.compare,
- org.eclipse.emf.compare.diff,
- org.eclipse.emf.compare.match,
+ org.eclipse.emf.compare.ui;bundle-version="1.3.1",
+ org.eclipse.emf.compare;bundle-version="1.3.1",
+ org.eclipse.emf.compare.diff;bundle-version="1.3.1",
+ org.eclipse.emf.compare.match;bundle-version="1.3.1",
org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0",
org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.9.0",
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.ui/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.ui/META-INF/MANIFEST.MF
index 05b4513ce2b..3a87fc91d1f 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.ui/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.infra.emf.compare.ui/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Require-Bundle: org.eclipse.compare,
- org.eclipse.emf.compare.ui,
+ org.eclipse.emf.compare.ui;bundle-version="1.3.1",
org.eclipse.emf.facet.infra.browser.custom,
org.eclipse.emf.facet.infra.browser.custom.core,
- org.eclipse.emf.compare,
+ org.eclipse.emf.compare;bundle-version="1.3.1",
org.eclipse.emf.facet.infra.browser.custom.ui;bundle-version="0.1.1",
org.eclipse.emf.workspace.ui,
org.eclipse.papyrus.infra.emf;bundle-version="0.9.0",
@@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.compare,
org.eclipse.papyrus.infra.core,
org.eclipse.gmf.runtime.emf.commands.core,
org.eclipse.papyrus.infra.widgets.toolbox;bundle-version="0.9.0",
- org.eclipse.emf.compare.diff.edit
+ org.eclipse.emf.compare.diff.edit;bundle-version="1.3.1",
+ org.eclipse.emf.compare;bundle-version="1.3.1"
Export-Package: org.eclipse.papyrus.infra.emf.compare.ui,
org.eclipse.papyrus.infra.emf.compare.ui.actions,
org.eclipse.papyrus.infra.emf.compare.ui.content.transactional.viewer,
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file/META-INF/MANIFEST.MF
index fc43533773d..d3c6bc89f52 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file/META-INF/MANIFEST.MF
@@ -10,8 +10,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.compare;bundle-version="0.9.0",
org.eclipse.emf.compare;bundle-version="1.3.0",
org.eclipse.compare;bundle-version="3.5.300",
- org.eclipse.emf.compare.diff,
- org.eclipse.emf.compare.ui,
+ org.eclipse.emf.compare.diff;bundle-version="1.3.1",
+ org.eclipse.emf.compare.ui;bundle-version="1.3.1",
org.eclipse.papyrus.infra.emf.compare.ui,
org.eclipse.emf.ecore,
org.eclipse.core.resources;bundle-version="3.8.0",
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.merger/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.merger/META-INF/MANIFEST.MF
index 11fad835f80..9fd23a1b31a 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.merger/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.merger/META-INF/MANIFEST.MF
@@ -6,13 +6,13 @@ Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.compare.merger.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.emf.compare.diff,
+ org.eclipse.emf.compare.diff;bundle-version="1.3.1",
org.eclipse.papyrus.infra.core.log,
org.eclipse.emf.transaction,
org.eclipse.gmf.runtime.emf.type.core,
org.eclipse.papyrus.infra.gmfdiag.commands,
org.eclipse.papyrus.infra.services.edit,
- org.eclipse.emf.compare,
+ org.eclipse.emf.compare;bundle-version="1.3.1",
org.eclipse.papyrus.infra.tools;bundle-version="0.9.0",
org.eclipse.papyrus.infra.core.sasheditor,
com.google.guava,
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/META-INF/MANIFEST.MF b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/META-INF/MANIFEST.MF
index 1ee2c562fb9..3e558f6d819 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/META-INF/MANIFEST.MF
@@ -13,11 +13,11 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.emf.compare.instance;bundle-version="0.9.0",
org.eclipse.uml2.uml;bundle-version="4.0.0",
org.eclipse.compare;bundle-version="3.5.300",
- org.eclipse.emf.compare.diff,
+ org.eclipse.emf.compare.diff;bundle-version="1.3.1",
org.eclipse.papyrus.infra.emf.compare.ui,
- org.eclipse.emf.compare.ui,
+ org.eclipse.emf.compare.ui;bundle-version="1.3.1",
org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.2.0",
- org.eclipse.emf.compare,
+ org.eclipse.emf.compare;bundle-version="1.3.1",
org.eclipse.emf.compare.match;bundle-version="1.3.1",
org.eclipse.papyrus.infra.tools;bundle-version="0.9.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top