summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-bpel-ws
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:01:57 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:01:57 +0000
commitb27c451ea317a0ff979739b7f15e4eb6d5931a39 (patch)
tree92f27f2608e4df397c62d5a3eb3fa9349ffb2ab8 /branches/sca-java-1.x/samples/helloworld-bpel-ws
parent5689c73862b418a94a66d2e50f354b053dd2db7a (diff)
Fixes for TUSCANY-2696
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-bpel-ws')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml b/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml
index c8917007f1..3ad74393c9 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml
+++ b/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml
@@ -53,7 +53,7 @@
</target>
<target name="unzip-ode-db" depends="init">
- <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.1.zip" dest="target/database"/>
+ <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.1.1.zip" dest="target/database"/>
</target>
<target name="compile" depends="init,generate-wsdl,unzip-ode-db">