You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2006/06/29 19:22:19 UTC

svn commit: r418120 - /incubator/xap/trunk/build.xml

Author: bbuffone
Date: Thu Jun 29 12:22:18 2006
New Revision: 418120

URL: http://svn.apache.org/viewvc?rev=418120&view=rev
Log:
Changed the default directory for the build output to ./staging.

Modified:
    incubator/xap/trunk/build.xml

Modified: incubator/xap/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/build.xml?rev=418120&r1=418119&r2=418120&view=diff
==============================================================================
--- incubator/xap/trunk/build.xml (original)
+++ incubator/xap/trunk/build.xml Thu Jun 29 12:22:18 2006
@@ -7,7 +7,7 @@
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
     <property name="isDebug" value="true" />
     <property name="jsunitDir" value="./jsunit" />
-	<property name="webappsRoot" value="../deployment/dist/webapps" />
+	<property name="webappsRoot" value="./staging" />
 	<property name="examplesAppName" value="xap" />
 			
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->