Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml51
1 files changed, 35 insertions, 16 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml
index ce3f07d6b01..d2e2b3ba56b 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/feature.xml
@@ -1,28 +1,47 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.uml.textedit.tests.feature" label="Papyrus UML Textedit Tests Feature" provider-name="Eclipse Modeling Project" version="1.2.0.qualifier">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<feature
+ id="org.eclipse.papyrus.uml.textedit.tests.feature"
+ version="1.2.0.qualifier"
+ label="%featureName"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.0">
+
+ <description url="https://eclipse.org/papyrus/">
+ %description
+ </description>
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2016 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>
+ %copyright
</copyright>
<license url="%licenseURL">
%license
</license>
-
- <description url="https://eclipse.org/papyrus/">
- Tests for the embedded textual editors for UML constructs in the Papyrus diagrams.
- </description>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.textedit.port.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.port.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.textedit.property.tests" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.property.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.textedit.tests" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.textedit.parameter.tests" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.textedit.parameter.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
</feature> \ No newline at end of file

Back to the top