diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-bpel/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-bpel/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-bpel/build.xml index e2d2bb7326..a725645c77 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-bpel/build.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-bpel/build.xml @@ -38,8 +38,8 @@ </antcall>
</target>
- <property name="run-test-setup" value="true"/>
- <target name="test-setup">
+ <property name="run-update-test-resources" value="true"/>
+ <target name="update-test-resources">
<unzip dest="target/test-classes">
<fileset dir="${env.TUSCANY_HOME}/lib">
<include name="ode-dao-jpa-ojpa-derby-*.zip"/>
|