summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/build.xml b/sca-java-1.x/trunk/tutorials/store/build.xml
index 7796d3069e..4f4ba66c8b 100644
--- a/sca-java-1.x/trunk/tutorials/store/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/build.xml
@@ -31,6 +31,12 @@
</antcall>
</target>
+ <target name="setup">
+ <ant dir="store-db" target="create-db"/>
+ <ant dir="store-eu" target="create-db"/>
+ <ant dir="store-supplier" target="create-db"/>
+ </target>
+
<target name="allsubdirs">
<ant dir="domain" target="${target}"/>
<ant dir="assets" target="${target}"/>