Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-03-20 08:44:19 +0000
committercletavernie2012-03-20 08:44:19 +0000
commit94c963c0f57f10d4b74508953815ee8a88ecccec (patch)
tree39948ba9ef0da7550d8f20d0facd8ce7ee337bd6 /features
parent2622603b9a35ef34df7980bfedde7e69292fa83d (diff)
downloadorg.eclipse.papyrus-94c963c0f57f10d4b74508953815ee8a88ecccec.tar.gz
org.eclipse.papyrus-94c963c0f57f10d4b74508953815ee8a88ecccec.tar.xz
org.eclipse.papyrus-94c963c0f57f10d4b74508953815ee8a88ecccec.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml4
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml31
2 files changed, 26 insertions, 9 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index 982a89a9315..5527f1d51fe 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -110,10 +110,6 @@
version="0.0.0"/>
<includes
- id="org.eclipse.papyrus.uml.textedit.feature"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.papyrus.team.feature"
version="0.0.0"/>
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml
index fec0c024625..e10d83f9940 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml
@@ -6,11 +6,11 @@
provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2011 CEA LIST.
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
+ Copyright (c) 2011 CEA LIST.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0
+which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
@@ -124,6 +124,27 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
+ id="org.eclipse.papyrus.uml.textedit.property.xtext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.generator"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.papyrus.uml.textedit.state.xtext"
download-size="0"
install-size="0"

Back to the top