Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml
index 7c268e21bfc..c66ea68260a 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature/feature.xml
@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.tests.sysml.feature" label="Tests SysML Feature" provider-name="Eclipse Modeling Project" version="1.2.0.qualifier">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
- </description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <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
+http://www.eclipse.org/legal/epl-v10.html
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
+
+ <description url="https://eclipse.org/papyrus/">
+ Tests on Papyrus SysML 1.1 modeler.
+ </description>
<plugin download-size="0" id="org.eclipse.papyrus.sysml.service.types.tests" install-size="0" unpack="false" version="0.0.0"/>

Back to the top