You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/23 03:46:18 UTC

svn commit: r177868 - /lenya/trunk/src/targets/init-build.xml

Author: gregor
Date: Sun May 22 18:46:17 2005
New Revision: 177868

URL: http://svn.apache.org/viewcvs?rev=177868&view=rev
Log:
Don't echo internals during build

Modified:
    lenya/trunk/src/targets/init-build.xml

Modified: lenya/trunk/src/targets/init-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/init-build.xml?rev=177868&r1=177867&r2=177868&view=diff
==============================================================================
--- lenya/trunk/src/targets/init-build.xml (original)
+++ lenya/trunk/src/targets/init-build.xml Sun May 22 18:46:17 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: init-build.xml 46135 2004-09-15 21:58:38Z antonio $ -->
+<!-- $Id$ -->
 
 <project name="lenya-init">
 
@@ -40,7 +40,6 @@
 
   <!-- Prepare the build webapp directory -->
   <target name="check-cocoon" depends="init" unless="gump.skipcocoonbuild">
-    <echo>Check if Cocoon has been built: ${cocoon.src.dir}/build/webapp</echo>
     <available file="${cocoon.src.dir}/build/webapp" type="dir" property="cocoon.build.webapp.dir.exists"/>
     <antcall target="build-cocoon"/>
   </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org