Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2010-07-05 15:39:21 +0000
committerrschnekenbu2010-07-05 15:39:21 +0000
commit8e82db8c4b8c9d6fbabb22bb37b23a3e9dc766b0 (patch)
tree44ac9003345714c6e5461c755831acf10aec2575 /features
parent4cbabe536534248159bac4f1059d620103de4af4 (diff)
downloadorg.eclipse.papyrus-8e82db8c4b8c9d6fbabb22bb37b23a3e9dc766b0.tar.gz
org.eclipse.papyrus-8e82db8c4b8c9d6fbabb22bb37b23a3e9dc766b0.tar.xz
org.eclipse.papyrus-8e82db8c4b8c9d6fbabb22bb37b23a3e9dc766b0.zip
added the block definition and internal block to the build
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.papyrus-feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus-feature/feature.xml b/features/org.eclipse.papyrus-feature/feature.xml
index a5f7eef0fd6..2898af950ef 100644
--- a/features/org.eclipse.papyrus-feature/feature.xml
+++ b/features/org.eclipse.papyrus-feature/feature.xml
@@ -82,4 +82,12 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.diagram.communication"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.diagram.blockdefinition"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.papyrus.diagram.internalblock"
+ version="0.0.0"/>
+
</feature>

Back to the top