Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-02-05 13:56:05 +0000
committerCamille Letavernier2014-02-05 14:03:51 +0000
commit6a66085c931cb524b69cf292da09ac30891fe865 (patch)
tree3f9487e80ea1470f612e32a128fe67ee622ca4c5 /extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF
parentc11d53ea13e718a7d742cc1895b3f962d0b9afae (diff)
downloadorg.eclipse.papyrus-6a66085c931cb524b69cf292da09ac30891fe865.tar.gz
org.eclipse.papyrus-6a66085c931cb524b69cf292da09ac30891fe865.tar.xz
org.eclipse.papyrus-6a66085c931cb524b69cf292da09ac30891fe865.zip
[Releng] Update extra plug-ins dependency versions to 0.10.2
Diffstat (limited to 'extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF18
1 files changed, 9 insertions, 9 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF b/extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF
index e8402f3732b..a20894c91b8 100644
--- a/extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF
+++ b/extraplugins/table/org.eclipse.papyrus.uml.nattable.xtext.integration/META-INF/MANIFEST.MF
@@ -1,28 +1,28 @@
Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.uml.nattable.xtext.integration,
- org.eclipse.papyrus.uml.nattable.xtext.integration.celleditor,
- org.eclipse.papyrus.uml.nattable.xtext.integration.util
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.papyrus.infra.core.log;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.nattable.common;bundle-version="0.10.1",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.nattable.common;bundle-version="0.10.2",
org.eclipse.emf.ecore,
- 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.xtext.integration.ui;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.xtext.integration.ui;bundle-version="0.10.2",
org.eclipse.emf.mwe.core,
com.google.inject,
org.eclipse.xtext;bundle-version="2.4.2",
org.eclipse.nebula.widgets.nattable.core;bundle-version="1.0.0",
org.eclipse.gmf.runtime.common.core,
org.eclipse.gmf.runtime.common.ui.services
+Export-Package: org.eclipse.papyrus.uml.nattable.xtext.integration,
+ org.eclipse.papyrus.uml.nattable.xtext.integration.celleditor,
+ org.eclipse.papyrus.uml.nattable.xtext.integration.util
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.2.qualifier
Bundle-Name: %Bundle-Name
+Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.nattable.xtext.integration.A
ctivator
-Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.xtext.integratio
n
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top