You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/06/09 02:39:54 UTC

svn commit: r412891 - /incubator/roller/branches/roller_3.0/build.xml

Author: agilliland
Date: Thu Jun  8 17:39:53 2006
New Revision: 412891

URL: http://svn.apache.org/viewvc?rev=412891&view=rev
Log:
removing ant call which adds an empty "resources" dir to the webapp context since we don't encourage that anymore.


Modified:
    incubator/roller/branches/roller_3.0/build.xml

Modified: incubator/roller/branches/roller_3.0/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/build.xml?rev=412891&r1=412890&r2=412891&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/build.xml (original)
+++ incubator/roller/branches/roller_3.0/build.xml Thu Jun  8 17:39:53 2006
@@ -434,7 +434,6 @@
 	
 <target name="stage-web" depends="build-web" description="Stage web app, including jars">
 
-    <mkdir dir="${build.stage_web}/resources"/>
     <mkdir dir="${build.stage_web}/WEB-INF/lib"/>
     <mkdir dir="${build.stage_web}/WEB-INF/tlds"/>
     <mkdir dir="${build.stage_web}/docs"/>