From 864162562b43defc6d3a5715006afb364e8b50ad Mon Sep 17 00:00:00 2001 From: nash Date: Tue, 28 Sep 2010 09:59:38 +0000 Subject: Add explicit ${basedir} references to ensure paths are correct when running from a top-level build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002085 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-1.6.1/tutorials/store/store-supplier/build.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml index 6e3203cd73..2338125e71 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml @@ -22,7 +22,7 @@ - + @@ -34,13 +34,13 @@ in ../store-test. --> + src="${basedir}/../assets/services/db/cart.sql" + classpath="${basedir}/../../../lib/derby-10.3.1.4.jar"/> -- cgit v1.2.3