Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-12-08 14:03:53 +0000
committercletavernie2011-12-08 14:03:53 +0000
commitf85e200c8517f8195d212abec1118116ffc4ad35 (patch)
treee80df36fc4da5f3763c8c79cf3a7e92738992946
parent0e2c4ceee38b60731a809fe92b104df911529db7 (diff)
downloadorg.eclipse.papyrus-f85e200c8517f8195d212abec1118116ffc4ad35.tar.gz
org.eclipse.papyrus-f85e200c8517f8195d212abec1118116ffc4ad35.tar.xz
org.eclipse.papyrus-f85e200c8517f8195d212abec1118116ffc4ad35.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
-rw-r--r--features/org.eclipse.papyrus.build.feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.papyrus.build.feature/feature.xml b/features/org.eclipse.papyrus.build.feature/feature.xml
index 05bc62cd117..91b6849a4fd 100644
--- a/features/org.eclipse.papyrus.build.feature/feature.xml
+++ b/features/org.eclipse.papyrus.build.feature/feature.xml
@@ -116,10 +116,6 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
version="0.0.0"/>
<includes
- id="org.eclipse.papyrus.sysml.propertie"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.papyrus.sysml.table.feature"
version="0.0.0"/>
@@ -163,4 +159,8 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
id="org.eclipse.papyrus.uml.diagram.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.sysml.properties.feature"
+ version="0.0.0"/>
+
</feature>

Back to the top