Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-31 10:34:55 +0000
committervlorenzo2012-01-31 10:34:55 +0000
commita3b1ad9a3aa7bf57fdedd26daa1360f4dead1307 (patch)
tree5540c86f3515e189eecbe5923c7dc680a0d53ea4 /features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
parent0b7c422fb71ca6445ae549fc763c6717a8e9796e (diff)
downloadorg.eclipse.papyrus-a3b1ad9a3aa7bf57fdedd26daa1360f4dead1307.tar.gz
org.eclipse.papyrus-a3b1ad9a3aa7bf57fdedd26daa1360f4dead1307.tar.xz
org.eclipse.papyrus-a3b1ad9a3aa7bf57fdedd26daa1360f4dead1307.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Externalize the string and complete the feature.xml files.
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
index 8f6917f1c6a..85055f15ca9 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
@@ -1,20 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.tests.build.feature"
- label="Papyrus Test Build Feature (Incubation)"
+ label="%featureName"
version="0.9.0.qualifier"
- provider-name="Eclipse Modeling Project">
+ provider-name="%providerName">
- <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) 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>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<includes

Back to the top