You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/10/13 14:18:08 UTC

svn commit: r320749 - /cocoon/trunk/tools/targets/ide-build.xml

Author: lgawron
Date: Thu Oct 13 05:18:00 2005
New Revision: 320749

URL: http://svn.apache.org/viewcvs?rev=320749&view=rev
Log:
invalid descriptions

Modified:
    cocoon/trunk/tools/targets/ide-build.xml

Modified: cocoon/trunk/tools/targets/ide-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/ide-build.xml?rev=320749&r1=320748&r2=320749&view=diff
==============================================================================
--- cocoon/trunk/tools/targets/ide-build.xml (original)
+++ cocoon/trunk/tools/targets/ide-build.xml Thu Oct 13 05:18:00 2005
@@ -25,11 +25,11 @@
     <property name="unconditional.include.all.blocks" value="true"/>
   </target>
   
-  <target name="full-eclipse-project" depends="init-full-eclipse-project, eclipse-project"/>
+  <target name="full-eclipse-project" depends="init-full-eclipse-project, eclipse-project" description="Generate the Eclipse project with all cocoon blocks included."/>
   
   <!-- Build the Eclipse customized project's files -->
   <target name="eclipse-project" 
-    description="Generate the Eclipse customized project files (using local.block.properties). Use -Dunconditional.include.all.blocks=true to override local.build.properties">
+    description="Generate the Eclipse customized project files (using local.block.properties).">
     <echo message="Building Eclipse Customized Project Files"/>
     <xslt in="${gump.descriptor}"
           out="${build.temp}/blocks-eclipse.xml"