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:58 UTC

svn commit: r320750 - /cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml

Author: lgawron
Date: Thu Oct 13 05:18:52 2005
New Revision: 320750

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

Modified:
    cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml?rev=320750&r1=320749&r2=320750&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/ide-build.xml Thu Oct 13 05:18:52 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" depends="prepare"
-    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"