summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x')
-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"/>