summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/store-db/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.
-->