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 2007/01/21 00:49:38 UTC

svn commit: r498219 - in /incubator/xap/trunk: dist/ logs/ schema/ site-author/ unittests/jsunit-server-properties.xml

Author: bbuffone
Date: Sat Jan 20 16:49:37 2007
New Revision: 498219

URL: http://svn.apache.org/viewvc?view=rev&rev=498219
Log:
Remove unneeded files as part of restructuring.

Removed:
    incubator/xap/trunk/dist/
    incubator/xap/trunk/logs/
    incubator/xap/trunk/schema/
    incubator/xap/trunk/site-author/
Modified:
    incubator/xap/trunk/unittests/jsunit-server-properties.xml

Modified: incubator/xap/trunk/unittests/jsunit-server-properties.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/jsunit-server-properties.xml?view=diff&rev=498219&r1=498218&r2=498219
==============================================================================
--- incubator/xap/trunk/unittests/jsunit-server-properties.xml (original)
+++ incubator/xap/trunk/unittests/jsunit-server-properties.xml Sat Jan 20 16:49:37 2007
@@ -37,7 +37,7 @@
 	<property
 	            id="logsDirectory"
 	            name="logsDirectory"
-	            value="./logs"
+	            value="../.dist/jsunit/logs"
 	            description=""
 	            />
 
@@ -58,7 +58,7 @@
 	<property
 	            id="resourceBase"
 	            name="resourceBase"
-	            value="."
+				value="../.dist/jsunit"
 	            description="The directory that the JsUnitStandardServer considers to be its document root. It can be specified relative to the working directory. If not specified, the working directory is assumed."
 	            />