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/18 23:17:22 UTC

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

Author: snoopdave
Date: Sun Dec 18 14:17:18 2005
New Revision: 357526

URL: http://svn.apache.org/viewcvs?rev=357526&view=rev
Log:
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=357526&r1=357525&r2=357526&view=diff
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Sun Dec 18 14:17:18 2005
@@ -707,9 +707,6 @@
 	<copy file="${basedir}/web/WEB-INF/classes/roller.properties"
         todir="${build.tests}/WEB-INF/classes/"/>
 
-	<copy file="${basedir}/web/WEB-INF/classes/blacklist.txt"
-        todir="${build.tests}/WEB-INF/classes/"/>
-
 	<copy file="${basedir}/personal/testing/roller-custom.properties"
         todir="${build.tests}"/>