diff options
author | Camille Letavernier | 2013-11-13 12:46:11 +0000 |
---|---|---|
committer | Camille Letavernier | 2013-11-13 12:46:11 +0000 |
commit | 98630486cce016046b65a86ea5f3edbfa854b8af (patch) | |
tree | dd906735ce47ea62de656adf2f7923be11255ceb /extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant | |
parent | ffa1a3ab18ce06c344eef0f7df5872be23bc641f (diff) | |
download | org.eclipse.papyrus-98630486cce016046b65a86ea5f3edbfa854b8af.tar.gz org.eclipse.papyrus-98630486cce016046b65a86ea5f3edbfa854b8af.tar.xz org.eclipse.papyrus-98630486cce016046b65a86ea5f3edbfa854b8af.zip |
263430: [General] Add releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430
Luna: Update extra-plugins version to 1.0.0
Diffstat (limited to 'extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant')
-rw-r--r-- | extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/META-INF/MANIFEST.MF | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/META-INF/MANIFEST.MF b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/META-INF/MANIFEST.MF index 8f76750ea2e..ec3050e108c 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/META-INF/MANIFEST.MF +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/META-INF/MANIFEST.MF @@ -5,15 +5,15 @@ Require-Bundle: org.eclipse.ui, org.eclipse.emf.ecore,
org.eclipse.emf.transaction,
org.eclipse.gmf.runtime.diagram.ui,
- org.eclipse.papyrus.editor;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.core;bundle-version="0.10.1",
+ org.eclipse.papyrus.editor;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
org.eclipse.uml2.uml,
- org.eclipse.papyrus.infra.emf;bundle-version="0.10.1",
- org.eclipse.papyrus.adl4eclipsetool;bundle-version="0.10.1",
+ org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",
+ org.eclipse.papyrus.adl4eclipsetool;bundle-version="1.0.0",
org.eclipse.pde.core;bundle-version="3.9.0"
Export-Package: org.eclipse.papyrus.adltool.assistant
Bundle-Vendor: %providerName
-Bundle-Version: 0.10.1.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
|