summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-28 07:48:07 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-28 07:48:07 +0000
commit1e6dfca020c2d5bac36990da4df1b0a2a4194f6b (patch)
tree5ad7dd178b531e105f454cdac644e9bef30869f5 /branches
parentac78a258e361c11bf3867ce10bd9d135993a726f (diff)
TUSCANY-3245 - Adjusting more version on the eclipse tools
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF2
-rw-r--r--branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF b/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
index 63215d7c6f..76cbc485f4 100644
--- a/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
+++ b/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Apache Tuscany SCA Tools Core Feature
Bundle-SymbolicName: org.apache.tuscany.sca.feature.core
-Bundle-Version: 1.4.0
+Bundle-Version: 1.5.1
Bundle-Vendor: Apache Software Foundation
diff --git a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
index 46abe6f99c..6c83ea057d 100644
--- a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
+++ b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
@@ -47,7 +47,7 @@ public class ClasspathUtil {
private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature.core";
- private static final String TUSCANY_VERSION = "1.5.0";
+ private static final String TUSCANY_VERSION = "1.5.1";
/**
* Return the installed runtime classpath entries.