Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-28 11:56:56 +0000
committercletavernie2012-09-28 11:56:56 +0000
commit5b6803f2dcccdfddcb268b6145ef3cbad5cd9863 (patch)
treeb77f17adac610bdb40e965be553fec490d65c64c
parent0b56fee9c37cc4d7738af0516505ae8405a974e1 (diff)
downloadorg.eclipse.papyrus-5b6803f2dcccdfddcb268b6145ef3cbad5cd9863.tar.gz
org.eclipse.papyrus-5b6803f2dcccdfddcb268b6145ef3cbad5cd9863.tar.xz
org.eclipse.papyrus-5b6803f2dcccdfddcb268b6145ef3cbad5cd9863.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
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
index 79a98323b41..2b9aa69e2c7 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.uml.export.feature"
- label="ExportProfilesFeature"
- version="1.0.0.qualifier">
+ label="Export Profiles Feature (Incubation)"
+ version="0.9.0.qualifier"
+ provider-name="Eclipse Modeling Project">
<description url="http://www.example.com/description">
This feature enables expoting and installing applied profiles from worksapce

Back to the top