Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-12 12:45:57 +0000
committerCamille Letavernier2015-06-12 12:45:57 +0000
commitbc316b72299a49589c6880677dd821d8cdc1d68e (patch)
treec043d4998a0395f730fc8d5af4ca333c35fb95b3 /features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
parent6b3c60b774ed3aa76e296e0a4699e42222ca2d10 (diff)
downloadorg.eclipse.papyrus-bc316b72299a49589c6880677dd821d8cdc1d68e.tar.gz
org.eclipse.papyrus-bc316b72299a49589c6880677dd821d8cdc1d68e.tar.xz
org.eclipse.papyrus-bc316b72299a49589c6880677dd821d8cdc1d68e.zip
[Releng] Fix license & typo in the new JUnit Framework feature
Change-Id: Ib1bb50c33a5d2c79741eeca6bd784efde49dee1f Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
index fab3b806eac..749815ed9c9 100644
--- a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.junit.feature"
- label="Papyrus JUnit Framwork Feature"
+ label="Papyrus JUnit Framework Feature"
version="1.1.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) 2014, 2014 CEA LIST, Christian W. Damus, 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>
<plugin

Back to the top