Author: slaws
Date: Sun Mar 21 18:58:48 2010
New Revision: 925863
URL: http://svn.apache.org/viewvc?rev=925863&view=rev
Log:
Correct module names in ant scripts
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml?rev=925863&r1=925862&r2=925863&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
(original)
+++
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-java-reference-pass/build.xml
Sun Mar 21 18:58:48 2010
@@ -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">
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml?rev=925863&r1=925862&r2=925863&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
(original)
+++
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/trip-policy/build.xml
Sun Mar 21 18:58:48 2010
@@ -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"/>
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml?rev=925863&r1=925862&r2=925863&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
(original)
+++
tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-reference-pass/build.xml
Sun Mar 21 18:58:48 2010
@@ -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"/>