Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv13295

Modified Files:
        build.xml 
Log Message:
added description to the 'webapp' task, so it shows up in the task list using 
the -p option


See also: http://cvs.mmbase.org/viewcvs/all


Index: build.xml
===================================================================
RCS file: /var/cvs/all/build.xml,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- build.xml   11 Apr 2008 09:11:44 -0000      1.172
+++ build.xml   4 Jun 2008 09:48:04 -0000       1.173
@@ -2,7 +2,7 @@
 
 
 MMBase Build File
-$Id: build.xml,v 1.172 2008/04/11 09:11:44 nklasens Exp $
+$Id: build.xml,v 1.173 2008/06/04 09:48:04 ernst Exp $
 =================
 
 This build file can be used to build the following from CVS or from the source
@@ -649,7 +649,7 @@
           depends="war,minimalistic.war"
   />
 
-  <target name="webapp" depends="lib.release,web,jar,applications" />
+  <target name="webapp" depends="lib.release,web,jar,applications" 
description="build the mmbase webapp"/>
 
   <target name="war" description="Create a MMBase war-file" depends="webapp">
     <war warfile="${build.dir}/mmbase.war" webxml="${web.xml.path}" 
duplicate="preserve">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to