From 79e07dec02a48f4f2bb89f1a69c736c602422c67 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 19 May 2010 22:12:00 +0000 Subject: Merge revision r946340 from 1.0 release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946456 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml | 11 +++++++---- .../travelsample/contributions/payment-bpel/build.xml | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'sca-java-1.x/trunk/tutorials') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml index 8c5de5d99e..b7367e9d57 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml @@ -38,6 +38,8 @@ JAXWS_HOME (only if using JDK 5) A directory containing the JAX-WS reference implementation. This build file has been tested with the JAX-WS RI version 2.1.7. + OPENEJB_HOME A directory containing the OpenEJB binary distribution. + This build file has been tested with OpenEJB 3.1.2. This file defines the following targets that can be used on the ant command that invokes the build.xml file: @@ -60,7 +62,7 @@ the contents of this path are used for compiling and running the unit tests. In addition, the "compile-path" setting (if specified) is used for running unit tests. If the build.xml file defines the - "test-setup" property, the "testsetup" target in the build.xml + "run-test-setup" property, the "test-setup" target in the build.xml file is invoked after copying the test resources. "package" Creates a jar file containing the compiled Java class files (excluding unit test code) and any files in or under the @@ -377,8 +379,8 @@ - - + + @@ -728,13 +730,14 @@ - + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml index 29e317cf4d..e2d2bb7326 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml @@ -38,8 +38,8 @@ - - + + -- cgit v1.2.3