Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.sdk-feature/feature.xml')
-rw-r--r--plugins/org.eclipse.uml2.sdk-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.uml2.sdk-feature/feature.xml b/plugins/org.eclipse.uml2.sdk-feature/feature.xml
index 4ca8d9676..d9c9b20c3 100644
--- a/plugins/org.eclipse.uml2.sdk-feature/feature.xml
+++ b/plugins/org.eclipse.uml2.sdk-feature/feature.xml
@@ -11,13 +11,13 @@
Contributors:
IBM - initial API and implementation
- $Id: feature.xml,v 1.9 2005/06/09 02:34:31 khussey Exp $
+ $Id: feature.xml,v 1.10 2005/08/26 14:50:38 khussey Exp $
-->
<feature
id="org.eclipse.uml2.sdk"
label="%feature.label"
- version="1.1.0"
+ version="1.2.0"
provider-name="%feature.provider-name">
<description>
@@ -35,11 +35,11 @@
<includes
id="org.eclipse.uml2"
- version="1.1.0"/>
+ version="1.2.0"/>
<includes
id="org.eclipse.uml2.source"
- version="1.1.0"/>
+ version="1.2.0"/>
<includes
id="org.eclipse.uml2.examples"

Back to the top