diff options
author | Camille Letavernier | 2014-03-06 13:44:33 +0000 |
---|---|---|
committer | Camille Letavernier | 2014-03-06 13:44:33 +0000 |
commit | 149b186212b177b3ae387180e84956fc0dab1fe2 (patch) | |
tree | 0688947ec368013d8e4c7c78654481eea07bdef4 /extraplugins/eastadl | |
parent | f386bb6246811ce320dbf3e1fd2afb707fcf8086 (diff) | |
download | org.eclipse.papyrus-149b186212b177b3ae387180e84956fc0dab1fe2.tar.gz org.eclipse.papyrus-149b186212b177b3ae387180e84956fc0dab1fe2.tar.xz org.eclipse.papyrus-149b186212b177b3ae387180e84956fc0dab1fe2.zip |
429744: [UML 2.5] Migrate Papyrus to UML 2.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744
The following URIs have been updated in all Papyrus extra plug-ins:
- http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2
-> http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard
- http://www.eclipse.org/uml2/4.0.0/UML
-> http://www.eclipse.org/uml2/5.0.0/UML
- http://www.eclipse.org/uml2/4.0.0/Types
-> http://www.eclipse.org/uml2/5.0.0/Types
Diffstat (limited to 'extraplugins/eastadl')
-rw-r--r-- | extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF index 23ae0c21d72..58bd51d5cc0 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF @@ -91,8 +91,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.papyrus.uml.diagram.wizards;bundle-version="1.0.0",
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0",
org.eclipse.uml2.uml;bundle-version="4.1.0",
- org.eclipse.papyrus.sysml;bundle-version="1.0.0",
- org.eclipse.uml2.uml.profile.l2;bundle-version="1.0.100"
+ org.eclipse.papyrus.sysml;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
|