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 | |
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
3 files changed, 7 insertions, 7 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 diff --git a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/META-INF/MANIFEST.MF b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/META-INF/MANIFEST.MF index 3096b99e66..9310460ce1 100644 --- a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/META-INF/MANIFEST.MF +++ b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2
Bundle-Name: Apache Tuscany SCA Tools Core Plugin
Bundle-SymbolicName: org.apache.tuscany.sca.core;singleton:=true
-Bundle-Version: 1.4.0
+Bundle-Version: 1.5.1
Import-Package: org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
diff --git a/branches/sca-java-1.5.1/tools/eclipse/site/updatesite/site.xml b/branches/sca-java-1.5.1/tools/eclipse/site/updatesite/site.xml index 8d2719ff79..3e77b6cc1c 100644 --- a/branches/sca-java-1.5.1/tools/eclipse/site/updatesite/site.xml +++ b/branches/sca-java-1.5.1/tools/eclipse/site/updatesite/site.xml @@ -22,15 +22,15 @@ Apache Tuscany SCA Tools. </description> - <feature id="org.apache.tuscany.sca.feature.core" version="1.4.0" + <feature id="org.apache.tuscany.sca.feature.core" version="1.5.1" url="features/org.apache.tuscany.sca.feature.core-1.5.1-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.core_1.4.0.jar" + <archive path="plugins/org.apache.tuscany.sca.core_1.5.1.jar" url="plugins/org.apache.tuscany.sca.core-1.5.1-SNAPSHOT.jar"/> - <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/runtime/apache-tuscany-sca-1.5.1-SNAPSHOT.jar" + <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/runtime/apache-tuscany-sca-1.5.1-SNAPSHOT.jar" url="../apache-tuscany-sca-1.5.1-SNAPSHOT.zip"/> - <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/src/apache-tuscany-sca-1.5.1-SNAPSHOT-src.zip" + <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/src/apache-tuscany-sca-1.5.1-SNAPSHOT-src.zip" url="../apache-tuscany-sca-1.5.1-SNAPSHOT-src.zip"/> </site> |