diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 20:36:36 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 20:36:36 +0000 |
commit | 6948661a884e202e460adeec8e41bd5d77980b65 (patch) | |
tree | 57ae553869ed0dd9b58d21f3e7573477d3196887 /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions | |
parent | c84c46c917b7d46ff20028de3ccfdecb54b4d7f0 (diff) |
Rename workspace-distribution.xml to workspace-binaries.xml, test-setup to update-test-resources, and package-setup to update-resources
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946380 13f79535-47bb-0310-9956-ffa450edef68
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"/>
|