You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/19 04:18:53 UTC

svn commit: r357623 - /incubator/roller/trunk/build.xml

Author: snoopdave
Date: Sun Dec 18 19:18:49 2005
New Revision: 357623

URL: http://svn.apache.org/viewcvs?rev=357623&view=rev
Log:
Still more unit test fixes

Modified:
    incubator/roller/trunk/build.xml

Modified: incubator/roller/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/build.xml?rev=357623&r1=357622&r2=357623&view=diff
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Sun Dec 18 19:18:49 2005
@@ -704,10 +704,7 @@
     testing without interfering with the "real" build in ${build.stage_web}
     -->
 	
-	<copy file="${basedir}/web/WEB-INF/classes/roller.properties"
-        todir="${build.tests}/WEB-INF/classes/"/>
-
-	<copy file="${basedir}/personal/testing/roller-custom.properties"
+    <copy file="${basedir}/personal/testing/roller-custom.properties"
         todir="${build.tests}"/>
 
     <copy file="${basedir}/personal/testing/hibernate.cfg.xml"
@@ -716,6 +713,9 @@
     <copy file="${basedir}/personal/testing/log4j.properties"
         tofile="${build.tests}/WEB-INF/classes/log4j.properties" />
         
+    <copy file="${basedir}/personal/testing/bookmarks.opml"
+        todir="${build.tests}/WEB-INF/classes" />
+        
     <copy file="${basedir}/web/images/rssbadge.gif"
         tofile="${build.tests}/rssbadge.gif" />
 
@@ -731,11 +731,14 @@
         </fileset>
     </copy>
 
+    <copy file="${basedir}/web/WEB-INF/classes/roller.properties"
+        todir="${build.tests}/WEB-INF/classes/"/>
+
     <copy file="${ro.build}/roller/WEB-INF/web.xml"
-	    todir="${build.tests}/WEB-INF/"/>
+        todir="${build.tests}/WEB-INF/"/>
 
     <copy file="${basedir}/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml"
-	    todir="${build.tests}/WEB-INF/classes/"/>
+        todir="${build.tests}/WEB-INF/classes/"/>
 
     <copy file="${basedir}/web/WEB-INF/velocity.properties"
         tofile="${build.tests}/WEB-INF/velocity.properties" />