diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 22:12:00 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 22:12:00 +0000 |
commit | 79e07dec02a48f4f2bb89f1a69c736c602422c67 (patch) | |
tree | 721d698cec542106368ce0d0a83a6a7074277bbf /sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel | |
parent | df816f6ece38eebc76a6513900c66ef02311d915 (diff) |
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
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </antcall>
</target>
- <property name="test-setup" value="yes"/>
- <target name="testsetup">
+ <property name="run-test-setup" value="true"/>
+ <target name="test-setup">
<unzip dest="target/test-classes">
<fileset dir="${env.TUSCANY_HOME}/lib">
<include name="ode-dao-jpa-ojpa-derby-*.zip"/>
|