Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-02-05 14:37:37 +0000
committerCamille Letavernier2014-02-05 14:37:37 +0000
commit94303efce65f2a4f72eb8511fce0aac27cd19033 (patch)
treefadf977870fd027337739d08c75b71c442a2229d /tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF
parent26b07822288348fd2c2a7b96f82ad43c5376a1b7 (diff)
downloadorg.eclipse.papyrus-94303efce65f2a4f72eb8511fce0aac27cd19033.tar.gz
org.eclipse.papyrus-94303efce65f2a4f72eb8511fce0aac27cd19033.tar.xz
org.eclipse.papyrus-94303efce65f2a4f72eb8511fce0aac27cd19033.zip
[Releng] Update test plug-ins version to 0.10.20.10.2_RC2
Diffstat (limited to 'tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF
index 9d55d8d5761..16c27482ba9 100644
--- a/tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.uml.nattable.tests/META-INF/MANIFEST.MF
@@ -3,17 +3,17 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit;bundle-version="4.11.0",
org.eclipse.uml2.uml,
- org.eclipse.papyrus.infra.nattable;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.nattable.model;bundle-version="0.10.1",
- org.eclipse.papyrus.uml.nattable;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.widgets;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.emf;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.core.log;bundle-version="0.10.1"
+ org.eclipse.papyrus.infra.nattable;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.nattable.model;bundle-version="0.10.2",
+ org.eclipse.papyrus.uml.nattable;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.emf;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.10.2"
Export-Package: org.eclipse.papyrus.uml.nattable.tests,
org.eclipse.papyrus.uml.nattable.tests.tests
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
-Bundle-Version: 0.10.1.qualifier
+Bundle-Version: 0.10.2.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.nattable.tests.Activator

Back to the top