summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml b/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml
index 2338125e71..813486e7f8 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml
+++ b/sca-java-1.x/trunk/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.