Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-18 09:59:10 +0000
committercletavernie2012-09-18 09:59:10 +0000
commitc91157710d50f80b33e9ae79dc0e18fc9a382863 (patch)
tree51d6a4f94528dbfc0b46f706c6e326260354bbdc /features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature
parent46406bb9d271e5f41782ad5f8b14babaec7be434 (diff)
downloadorg.eclipse.papyrus-c91157710d50f80b33e9ae79dc0e18fc9a382863.tar.gz
org.eclipse.papyrus-c91157710d50f80b33e9ae79dc0e18fc9a382863.tar.xz
org.eclipse.papyrus-c91157710d50f80b33e9ae79dc0e18fc9a382863.zip
Kepler: Update feature versions to 0.10.0
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml34
1 files changed, 7 insertions, 27 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
index ee0a4861c97..596212f2673 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
@@ -1,9 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.uml.tools.feature"
- label="%featureName"
- version="0.9.0.qualifier"
- provider-name="%providerName">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.uml.tools.feature" label="%featureName" provider-name="%providerName" version="0.10.0.qualifier">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2012 CEA LIST.
@@ -14,29 +9,14 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
- <license url="%licenseURL">
- %license
+ <license url="%licenseURL">
+ %license
</license>
- <plugin
- id="org.eclipse.papyrus.uml.tools.extendedtypes"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.tools.extendedtypes" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.uml.tools.utils"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.tools.utils" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.uml.tools"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.tools" install-size="0" unpack="false" version="0.0.0"/>
-</feature>
+</feature> \ No newline at end of file

Back to the top