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 2006/10/06 04:47:02 UTC

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

Author: snoopdave
Date: Thu Oct  5 19:47:01 2006
New Revision: 453471

URL: http://svn.apache.org/viewvc?view=rev&rev=453471
Log:
Removing unneeded build-business-all target

Modified:
    incubator/roller/trunk/build.xml

Modified: incubator/roller/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/build.xml?view=diff&rev=453471&r1=453470&r2=453471
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Thu Oct  5 19:47:01 2006
@@ -300,9 +300,6 @@
 <!-- ********************************************************************* -->
 <!-- Compile and jar Business Tier classes -->
 <!-- ********************************************************************* -->
-
-<target name="build-business-all" depends="gen-business, build-business">
-</target>
     
 <target name="build-business">
     
@@ -397,10 +394,10 @@
 <!-- Stage web application -->
 <!-- ********************************************************************* -->
 	
-<target name="stage-webapp" depends="build-business-all, gen-web, build-web, copy-webapp" description="Stage webapp, including jars">
+<target name="stage-webapp" depends="gen-business, build-business, gen-web, build-web, copy-webapp" description="Stage webapp, including jars">
 </target>
     
-<target name="copy-webapp" depends="build-web" description="Stage webapp, including jars">
+<target name="copy-webapp" depends="build-web" description="Stage webapp without code generation">
 
     <mkdir dir="${build.webapp}/WEB-INF/lib"/>
     <mkdir dir="${build.webapp}/WEB-INF/tlds"/>