diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 07:24:54 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 07:24:54 +0000 |
commit | ad5f06c2a01a1f5bf3fc832b95dce9ec45a246b4 (patch) | |
tree | 906a1a88fd0bc78ca9a3f8197cfa5c585c588722 /branches/sca-java-1.5.1/tools/eclipse/features/core | |
parent | f89c1bcbe8b2f825228b329c28ac78a0acf5839c (diff) |
TUSCANY-3245 - Fixing version id in the eclipse tools description
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/tools/eclipse/features/core')
-rw-r--r-- | branches/sca-java-1.5.1/tools/eclipse/features/core/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/tools/eclipse/features/core/feature.xml b/branches/sca-java-1.5.1/tools/eclipse/features/core/feature.xml index 9f6f63af96..653ee46d18 100644 --- a/branches/sca-java-1.5.1/tools/eclipse/features/core/feature.xml +++ b/branches/sca-java-1.5.1/tools/eclipse/features/core/feature.xml @@ -20,7 +20,7 @@ <feature id="org.apache.tuscany.sca.feature.core" label="Apache Tuscany SCA Tools Core Feature" - version="1.4.0" + version="1.5.1" provider-name="Apache Software Foundation"> <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/> @@ -56,7 +56,7 @@ Unless required by applicable law or agreed to in writing, software distributed id="org.apache.tuscany.sca.core" download-size="0" install-size="0" - version="1.4.0" + version="1.5.1" unpack="false"/> <data |