Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-10-08 09:47:12 +0000
committerPierre-Charles David2014-10-09 08:01:31 +0000
commit2aeb7b68da5354038a17f7f385732f4a0cbd59a3 (patch)
treecb05eea7b6e8c488aad521b651df6a7862819e84 /packaging/org.eclipse.sirius.runtime/feature.xml
parent12c9f181242bd68fbc50c47b7953a4f5791c63ea (diff)
downloadorg.eclipse.sirius-2aeb7b68da5354038a17f7f385732f4a0cbd59a3.tar.gz
org.eclipse.sirius-2aeb7b68da5354038a17f7f385732f4a0cbd59a3.tar.xz
org.eclipse.sirius-2aeb7b68da5354038a17f7f385732f4a0cbd59a3.zip
[439871] Move 3 plug-ins from runtime.ide.ui into the runtime feature
The oes.diagram, oes.diagram.layoutdata and oes.ext.gmf.notation do not depend on the UI, and can thus be part of the core feature. Bug: 439871 Change-Id: I2d7cf3f38fcebc5d2f9c531a458328201ec4d764 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'packaging/org.eclipse.sirius.runtime/feature.xml')
-rw-r--r--packaging/org.eclipse.sirius.runtime/feature.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/packaging/org.eclipse.sirius.runtime/feature.xml b/packaging/org.eclipse.sirius.runtime/feature.xml
index f4cc150d10..dc990f99c7 100644
--- a/packaging/org.eclipse.sirius.runtime/feature.xml
+++ b/packaging/org.eclipse.sirius.runtime/feature.xml
@@ -59,6 +59,20 @@
unpack="false"/>
<plugin
+ id="org.eclipse.sirius.diagram"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.sirius.diagram.layoutdata"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.sirius.table"
download-size="0"
install-size="0"
@@ -107,4 +121,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.sirius.ext.gmf.notation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top