summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-13 10:12:36 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-13 10:12:36 +0000
commit054ba1cb6fc276ebc1702254d45281889f2fb8ef (patch)
tree5fb7156d42cb870eba6b4cfe929fb542686e4064 /sandbox/travelsample/build.xml
parentfe906367674a2161597678c364b9feea4c44ef23 (diff)
Move the travel sample launchers/common module to util/launcher-common (TUSCANY-3422)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/build.xml')
-rw-r--r--sandbox/travelsample/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/build.xml b/sandbox/travelsample/build.xml
index b55d96d5e8..70a4dc0876 100644
--- a/sandbox/travelsample/build.xml
+++ b/sandbox/travelsample/build.xml
@@ -38,6 +38,7 @@
</target>
<target name="allsubdirs">
+ <ant dir="util" target="${target}"/> <!--needed by launchers-->
<ant dir="contributions" target="${target}"/> <!--needed by launchers-->
<ant dir="services" target="${target}"/> <!--needed by launchers-->
<ant dir="launchers" target="${target}"/> <!--needed by clients-->