summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.2/tools/eclipse/plugins/core
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3.2/tools/eclipse/plugins/core')
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/plugins/core/META-INF/MANIFEST.MF2
-rw-r--r--branches/sca-java-1.3.2/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.3.2/tools/eclipse/plugins/core/META-INF/MANIFEST.MF b/branches/sca-java-1.3.2/tools/eclipse/plugins/core/META-INF/MANIFEST.MF
index 8e26c57699..435064e9c2 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/plugins/core/META-INF/MANIFEST.MF
+++ b/branches/sca-java-1.3.2/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
Bundle-SymbolicName: org.apache.tuscany.sca.core;singleton:=true
-Bundle-Version: 1.3.0
+Bundle-Version: 1.3.2
Import-Package: org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
diff --git a/branches/sca-java-1.3.2/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java b/branches/sca-java-1.3.2/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
index 13d408927e..371271443a 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
+++ b/branches/sca-java-1.3.2/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";
- private static final String TUSCANY_VERSION = "1.3.1";
+ private static final String TUSCANY_VERSION = "1.3.2";
/**
* Return the installed runtime classpath entries.