diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-05 10:39:09 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-05 10:39:09 +0000 |
commit | 6df72a7b3fce91961535e82ec5757ce59bf7d71c (patch) | |
tree | 0d67ee9ff590bf71604b892ab23b63afb51661ee /java | |
parent | fe2f123dc8d5cdbed9ca08ebedd82797164aa128 (diff) |
Download dojo within the src/main/resources/web structure and then add an ignore for it
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/samples/simple-bigbank-spring/build-dojo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/simple-bigbank-spring/build-dojo.xml b/java/sca/samples/simple-bigbank-spring/build-dojo.xml index 05daf98969..9d282c2dd2 100644 --- a/java/sca/samples/simple-bigbank-spring/build-dojo.xml +++ b/java/sca/samples/simple-bigbank-spring/build-dojo.xml @@ -21,7 +21,7 @@ <property name="dojo.version" value="1.0.0"/> - <property name="unpack.location" value="${basedir}/samples/simple-bigbank-spring/src/main/resources/web/dojo"/> + <property name="unpack.location" value="${basedir}/src/main/resources/web/dojo"/> <target name="check-dojo-installed"> |