summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/calculator-distributed/build.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 14:10:40 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 14:10:40 +0000
commit76dc4f598eb7b2eb179f65be4e84b0b69a41f5b6 (patch)
treeec19cd6db0d91bebeb14a30932e9ebbf60befe05 /branches/sca-java-1.4/samples/calculator-distributed/build.xml
parent74d74899ab31ae6fad6065cd5f59a6bafdaed01f (diff)
Changes in version to 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/samples/calculator-distributed/build.xml')
-rw-r--r--branches/sca-java-1.4/samples/calculator-distributed/build.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/branches/sca-java-1.4/samples/calculator-distributed/build.xml b/branches/sca-java-1.4/samples/calculator-distributed/build.xml
index b1aea551eb..0b7cc712f3 100644
--- a/branches/sca-java-1.4/samples/calculator-distributed/build.xml
+++ b/branches/sca-java-1.4/samples/calculator-distributed/build.xml
@@ -30,9 +30,9 @@
source="1.5"
target="1.5">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-launcher-1.4-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
@@ -52,9 +52,9 @@
<pathelement path="src/main/resources"/>
<pathelement path="target/classes"/>
<pathelement path="target/${test.jar}"/>
- <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-launcher-1.4-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
</classpath>
</java>
</target>
@@ -66,9 +66,9 @@
<pathelement path="src/main/resources"/>
<pathelement path="target/classes"/>
<pathelement path="target/${test.jar}"/>
- <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-launcher-1.4-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
</classpath>
</java>
</target>
@@ -80,9 +80,9 @@
<pathelement path="src/main/resources"/>
<pathelement path="target/classes"/>
<pathelement path="target/${test.jar}"/>
- <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-launcher-1.4-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
</classpath>
</java>
</target>
@@ -94,9 +94,9 @@
<pathelement path="src/main/resources"/>
<pathelement path="target/classes"/>
<pathelement path="target/${test.jar}"/>
- <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-launcher-1.4-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
+ <pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
</classpath>
</java>
</target>