You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/09/05 12:39:10 UTC

svn commit: r692406 - in /tuscany/java/sca/samples/simple-bigbank-spring: build-dojo.xml src/main/resources/web/

Author: slaws
Date: Fri Sep  5 03:39:09 2008
New Revision: 692406

URL: http://svn.apache.org/viewvc?rev=692406&view=rev
Log:
Download dojo within the src/main/resources/web structure and then add an ignore for it

Modified:
    tuscany/java/sca/samples/simple-bigbank-spring/build-dojo.xml
    tuscany/java/sca/samples/simple-bigbank-spring/src/main/resources/web/   (props changed)

Modified: tuscany/java/sca/samples/simple-bigbank-spring/build-dojo.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/simple-bigbank-spring/build-dojo.xml?rev=692406&r1=692405&r2=692406&view=diff
==============================================================================
--- tuscany/java/sca/samples/simple-bigbank-spring/build-dojo.xml (original)
+++ tuscany/java/sca/samples/simple-bigbank-spring/build-dojo.xml Fri Sep  5 03:39:09 2008
@@ -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">

Propchange: tuscany/java/sca/samples/simple-bigbank-spring/src/main/resources/web/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Sep  5 03:39:09 2008
@@ -0,0 +1 @@
+dojo