Author: snoopdave
Date: Thu Jul  5 12:41:38 2007
New Revision: 553619

URL: http://svn.apache.org/viewvc?view=rev&rev=553619
Log:
Fixing top-level build to account for removal of all target

Modified:
    roller/trunk/build.xml

Modified: roller/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/build.xml?view=diff&rev=553619&r1=553618&r2=553619
==============================================================================
--- roller/trunk/build.xml (original)
+++ roller/trunk/build.xml Thu Jul  5 12:41:38 2007
@@ -21,7 +21,7 @@
         <ant  dir="apps/planet" target="dist" />
         <copy file="apps/planet/dist/lib/roller-planet-business.jar" 
todir="tools/roller-planet" /> 
         
-        <ant dir="apps/weblogger"  target="all" />
+        <ant dir="apps/weblogger"  target="dist" />
         <ant dir="apps/weblogger"  target="apache-release" />
         
     </target>
@@ -30,7 +30,7 @@
         description="Build Core, Planet and Roller separately (i.e. uses Core 
and Planet jars from Subversion)" >
         <ant dir="components/core" target="dist" />
         <ant dir="apps/planet"     target="dist" />
-        <ant dir="apps/weblogger"  target="all" />
+        <ant dir="apps/weblogger"  target="dist" />
         <ant dir="apps/weblogger"  target="apache-release" />
     </target>
 


Reply via email to