summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials/store/store-market/build.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:55:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:55:29 +0000
commitd708e33b18df952e7c5ff935277564656b427ac7 (patch)
treec635ddbf90d3d9a021b80dff214e83e57730a0cd /branches/sca-java-1.x/tutorials/store/store-market/build.xml
parent2bd58b85c31bf3422f44cae374058c0f71089ff5 (diff)
TUSCANY-2739 - fix ant generator to allow the path to the distribution root directory to be specified
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/tutorials/store/store-market/build.xml')
-rw-r--r--branches/sca-java-1.x/tutorials/store/store-market/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/store-market/build.xml b/branches/sca-java-1.x/tutorials/store/store-market/build.xml
index 09ae4f460c..dff5241cb6 100644
--- a/branches/sca-java-1.x/tutorials/store/store-market/build.xml
+++ b/branches/sca-java-1.x/tutorials/store/store-market/build.xml
@@ -45,10 +45,10 @@
</delete>
</target>
- <fileset id="tuscany.jars" dir="../../modules">
+ <fileset id="tuscany.jars" dir="../../../modules">
<include name="tuscany-sca-api-1.5-SNAPSHOT.jar"/>
</fileset>
- <fileset id="3rdparty.jars" dir="../../lib">
+ <fileset id="3rdparty.jars" dir="../../../lib">
</fileset>
</project>