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/09/07 00:17:20 UTC

svn commit: r279151 - /incubator/roller/branches/roller_2.0/build.xml

Author: snoopdave
Date: Tue Sep  6 15:17:12 2005
New Revision: 279151

URL: http://svn.apache.org/viewcvs?rev=279151&view=rev
Log:
rollerweb.jar was excluded from build

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

Modified: incubator/roller/branches/roller_2.0/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/build.xml?rev=279151&r1=279150&r2=279151&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/build.xml (original)
+++ incubator/roller/branches/roller_2.0/build.xml Tue Sep  6 15:17:12 2005
@@ -385,11 +385,11 @@
     <mkdir dir="${build.stage_web}/WEB-INF/lib"/>
     <mkdir dir="${build.stage_web}/WEB-INF/tlds"/>
 
-    <!-- Jar up web classes 
+    <!-- Jar up web classes -->
     <jar jarfile="${build.stage_web}/WEB-INF/lib/rollerweb.jar">
         <fileset dir="${build.compile_web}" excludes="**/tomcat/**"/>
     </jar>
-    -->
+
 
     <!-- Copy web contents to staging, plus README files. -->
     <antcall target="copy-web" />