summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 18:58:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 18:58:48 +0000
commit54c2e4f90a91920badc2bd287d7452211e8300a2 (patch)
treeacfe2a1ec8558bade1b37757c88ebb2485bf3702 /sca-java-1.x/trunk
parent7b542d439373faa860f0f2d9d49d4b223cc5ed4c (diff)
Correct module names in ant scripts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
index c20d49800e..2873b6790a 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
-<project name="scatours-contribution-payment-java-callback" default="compile">
+<project name="scatours-contribution-payment-java-reference-pass" default="compile">
<import file="../../antdefs.xml"/>
<target name="wsdljava">
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
index 4a03053486..a6c7e4e058 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
-<project name="scatours-contribution-trip" default="compile">
+<project name="scatours-contribution-trip-policy" default="compile">
<import file="../../antdefs.xml"/>
<path id="compile-path">
<pathelement path="../common/target/scatours-contribution-common.jar"/>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
index 725a92e516..c61fe810a4 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
-<project name="scatours-launcher-payment-java-callback" default="compile">
+<project name="scatours-launcher-payment-java-reference-pass" default="compile">
<import file="../../antdefs.xml"/>
<path id="compile-path">
<pathelement path="../../util/launcher-common/target/scatours-util-launcher-common.jar"/>