summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 15:28:57 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 15:28:57 +0000
commit8dfd45378ae01a6152ba75745baf3b6794b5b4ed (patch)
tree51ab1b7bde63258fcf0b54f4aa7a594aab838360 /sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier
parent4f5e128bc76eac6d256dbce8756a678b369f3752 (diff)
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@1023849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml
index 2338125e71..813486e7f8 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml
@@ -28,7 +28,10 @@
<manifest>
</manifest>
</jar>
+ <antcall target="create-db"/>
+ </target>
+ <target name="create-db">
<!--
Create the example database. This database is needed by the unit test
in ../store-test.