Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-28 11:51:15 +0000
committercletavernie2012-09-28 11:51:15 +0000
commited5d7567f60ed8bf4cf46523f674728ae824d3a2 (patch)
tree76602ebff95fa0e192ebd1655083bdc231e07d69 /extraplugins/uml
parenta6f2a2c610e22b7c1197daad16f00b3a7cba6f9d (diff)
downloadorg.eclipse.papyrus-ed5d7567f60ed8bf4cf46523f674728ae824d3a2.tar.gz
org.eclipse.papyrus-ed5d7567f60ed8bf4cf46523f674728ae824d3a2.tar.xz
org.eclipse.papyrus-ed5d7567f60ed8bf4cf46523f674728ae824d3a2.zip
370817: [Profile - Packaging] When exporting a Model, we should also package the local profiles
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370817
Diffstat (limited to 'extraplugins/uml')
-rw-r--r--extraplugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF19
-rw-r--r--extraplugins/uml/org.eclipse.papyrus.uml.export/plugin.properties2
2 files changed, 10 insertions, 11 deletions
diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF b/extraplugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF
index d369807f58c..cf77500ebb5 100644
--- a/extraplugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF
+++ b/extraplugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0",
+Require-Bundle: org.eclipse.papyrus.views.modelexplorer;bundle-version="0.10.0",
org.eclipse.uml2.uml;bundle-version="3.2.0",
org.eclipse.uml2.common.edit,
- org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.9.0",
+ org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.10.0",
org.eclipse.core.expressions,
org.eclipse.pde.ui;bundle-version="3.7.0",
- org.eclipse.papyrus.infra.emf;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="0.10.0",
org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0",
org.eclipse.papyrus.infra.widgets,
org.eclipse.core.filebuffers,
@@ -15,13 +15,14 @@ Require-Bundle: org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0",
org.eclipse.pde.build,
com.ibm.icu,
org.eclipse.ui.ide;bundle-version="3.8.0",
- org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
- org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.9.0",
- org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0"
-Bundle-Vendor: %Plugin-Vendor
+ org.eclipse.papyrus.infra.core;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.10.0",
+ org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0",
+ org.eclipse.papyrus.infra.core.sasheditor;bundle-version="0.10.0"
+Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
-Bundle-Version: 0.9.0.qualifier
-Bundle-Name: %Plugin-Name
+Bundle-Version: 0.10.0.qualifier
+Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.export.Activator
diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.export/plugin.properties b/extraplugins/uml/org.eclipse.papyrus.uml.export/plugin.properties
index 75e8a90d227..16ec2eaf4f8 100644
--- a/extraplugins/uml/org.eclipse.papyrus.uml.export/plugin.properties
+++ b/extraplugins/uml/org.eclipse.papyrus.uml.export/plugin.properties
@@ -1,5 +1,3 @@
#Properties file for org.eclipse.papyrus.import
providerName = Eclipse Modeling Project
pluginName = Papyrus Export Profiles plugin (Incubation)
-Plugin-Vendor = CEA LIST
-Plugin-Name = org.eclipse.papyrus.uml.export \ No newline at end of file

Back to the top