summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/store-db
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 16:29:48 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 16:29:48 +0000
commit5af5db1b322dc75b7db907a2a85a1301b0beee47 (patch)
treeed3f1c6ec42e77cf901fdbdc817286ef4a1e7b89 /sca-java-1.x/trunk/tutorials/store/store-db
parent867a4bf3670964687d23e5794d9dbd00768f7ba3 (diff)
Merge r1023849 TUSCANY-3730: Add "ant setup" command to create database files needed by store tutorial
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/store-db')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-db/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-db/build.xml b/sca-java-1.x/trunk/tutorials/store/store-db/build.xml
index 94cc0ba6ae..bbfd09febd 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-db/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/store-db/build.xml
@@ -28,7 +28,10 @@
<manifest>
</manifest>
</jar>
+ <antcall target="create-db"/>
+ </target>
+ <target name="create-db">
<!--
Create the example database.
-->