Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvelten2011-03-08 10:19:42 +0000
committermvelten2011-03-08 10:19:42 +0000
commitb6c59f8f1cbcf7fbcda315c4f1ed3934ceffb4ea (patch)
tree271f810aacc45dae6d65e24f40f8dbfb323e1ea1 /features
parentea725c62f31b6e1f9e4227654dfa7523f1cc6b9b (diff)
downloadorg.eclipse.papyrus-b6c59f8f1cbcf7fbcda315c4f1ed3934ceffb4ea.tar.gz
org.eclipse.papyrus-b6c59f8f1cbcf7fbcda315c4f1ed3934ceffb4ea.tar.xz
org.eclipse.papyrus-b6c59f8f1cbcf7fbcda315c4f1ed3934ceffb4ea.zip
REOPENED - bug 334262: [General] Navigation and integration with the creation diagram service
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334262 backport navigation : add navigation plugins
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.papyrus.uml-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus.uml-feature/feature.xml b/features/org.eclipse.papyrus.uml-feature/feature.xml
index 7b63ce3f45e..360fcb3c7fe 100644
--- a/features/org.eclipse.papyrus.uml-feature/feature.xml
+++ b/features/org.eclipse.papyrus.uml-feature/feature.xml
@@ -232,4 +232,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.navigation.uml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top