summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/features/feature/META-INF/MANIFEST.MF2
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml4
-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
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml8
5 files changed, 9 insertions, 9 deletions
diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/META-INF/MANIFEST.MF b/branches/sca-java-1.3.2/tools/eclipse/features/feature/META-INF/MANIFEST.MF
index d03761079c..c7a8a19521 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/META-INF/MANIFEST.MF
+++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Apache Tuscany SCA Tools
Bundle-SymbolicName: org.apache.tuscany.sca.feature
-Bundle-Version: 1.3.0
+Bundle-Version: 1.3.2
Bundle-Vendor: Apache Software Foundation
diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
index 6adc914504..db3805892a 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
@@ -20,7 +20,7 @@
<feature
id="org.apache.tuscany.sca.feature"
label="Apache Tuscany SCA Tools"
- version="1.3.1"
+ version="1.3.2"
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.3.1"
+ version="1.3.2"
unpack="false"/>
<data
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.
diff --git a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
index 488f885d0c..2fbc5f8d92 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
@@ -22,15 +22,15 @@
Apache Tuscany SCA Tools.
</description>
- <feature id="org.apache.tuscany.sca.feature" version="1.3.1"
+ <feature id="org.apache.tuscany.sca.feature" version="1.3.2"
url="features/org.apache.tuscany.sca.feature-1.3.2-SNAPSHOT.jar"/>
- <archive path="plugins/org.apache.tuscany.sca.core_1.3.1.jar"
+ <archive path="plugins/org.apache.tuscany.sca.core_1.3.2.jar"
url="plugins/org.apache.tuscany.sca.core-1.3.2-SNAPSHOT.jar"/>
- <archive path="features/org.apache.tuscany.sca.feature_1.3.1/runtime/apache-tuscany-sca-1.3.2-SNAPSHOT.jar"
+ <archive path="features/org.apache.tuscany.sca.feature_1.3.2/runtime/apache-tuscany-sca-1.3.2-SNAPSHOT.jar"
url="../apache-tuscany-sca-1.3.2-SNAPSHOT.zip"/>
- <archive path="features/org.apache.tuscany.sca.feature_1.3.1/src/apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"
+ <archive path="features/org.apache.tuscany.sca.feature_1.3.2/src/apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"
url="../apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"/>
</site>