Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-01-29 17:38:26 +0000
committercletavernie2013-01-29 17:38:26 +0000
commit4f09c95c602f948b84f5ff2c4a0deef98de81a4e (patch)
treefce258576ef52150ffcb8ed4ce93895c920d1ae2 /features
parent3433014f862b5c7c65b797ecb22cae8cfaf7c725 (diff)
downloadorg.eclipse.papyrus-4f09c95c602f948b84f5ff2c4a0deef98de81a4e.tar.gz
org.eclipse.papyrus-4f09c95c602f948b84f5ff2c4a0deef98de81a4e.tar.xz
org.eclipse.papyrus-4f09c95c602f948b84f5ff2c4a0deef98de81a4e.zip
337289: [Xtext Editors] Papyrus textual embedded editors must migrate to XText 2.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337289 Migrate X-Text grammars
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature/feature.xml44
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature/feature.xml51
2 files changed, 75 insertions, 20 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature/feature.xml
index e131e326a0d..228df890f90 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature/feature.xml
@@ -1,13 +1,18 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.marte.feature" label="%featureName" provider-name="%providerName" version="0.10.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.extra.marte.feature"
+ label="%featureName"
+ version="0.10.0.qualifier"
+ provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
-Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
-and others
-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) 2008-2012 CEA LIST, Atos Origin, Conselleria de
+Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
+and others
+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>
@@ -15,8 +20,25 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
- <plugin download-size="0" id="org.eclipse.papyrus.marte.static.profile" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.marte.static.profile"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.marte.vsl" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.marte.vsl"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrus.marte.vsl.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature/feature.xml
index 05d34596da5..d6b1ab5abc6 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature/feature.xml
@@ -1,13 +1,18 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.marte.textedit.feature" label="%featureName" provider-name="%providerName" version="0.10.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.extra.marte.textedit.feature"
+ label="%featureName"
+ version="0.10.0.qualifier"
+ provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
-Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
-and others
-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) 2008-2012 CEA LIST, Atos Origin, Conselleria de
+Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
+and others
+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>
@@ -15,4 +20,32 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top