Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-05-03 12:29:41 +0000
committercletavernie2013-05-03 12:29:41 +0000
commit7dd33d7d94d66bb36c798e6424061614e64a4b21 (patch)
treed1c4bac17791ceb73a8fda4025f0e5440b36c70b /features
parent9886ef2ac298b1d5635b2fd9a4f693d8c09a0d90 (diff)
downloadorg.eclipse.papyrus-7dd33d7d94d66bb36c798e6424061614e64a4b21.tar.gz
org.eclipse.papyrus-7dd33d7d94d66bb36c798e6424061614e64a4b21.tar.xz
org.eclipse.papyrus-7dd33d7d94d66bb36c798e6424061614e64a4b21.zip
Releng. Add the following plug-ins to the build:
407049: [Interaction Overview] Papyrus shall support UML2 interaction overview diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=407049 394893: [All Diagrams] Papyrus shall support symbols in the diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=394893
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/feature.xml14
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml7
2 files changed, 21 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/feature.xml
index 9ec824522e9..cb88d63f1df 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/feature.xml
@@ -193,4 +193,18 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.diagram.interactionoverview"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.diagram.symbols"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
index 3dcf54c41b7..291d1352027 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
@@ -98,4 +98,11 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.diagram.interactionoverview.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top