You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/11/04 17:20:14 UTC

svn commit: r330833 - in /lenya/trunk/src: cocoon/local.blocks.properties targets/init-build.xml

Author: chestnut
Date: Fri Nov  4 08:20:07 2005
New Revision: 330833

URL: http://svn.apache.org/viewcvs?rev=330833&view=rev
Log:
prompt for clean build of cocoon with new local.blocks.properties

Modified:
    lenya/trunk/src/cocoon/local.blocks.properties
    lenya/trunk/src/targets/init-build.xml

Modified: lenya/trunk/src/cocoon/local.blocks.properties
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/cocoon/local.blocks.properties?rev=330833&r1=330832&r2=330833&view=diff
==============================================================================
--- lenya/trunk/src/cocoon/local.blocks.properties (original)
+++ lenya/trunk/src/cocoon/local.blocks.properties Fri Nov  4 08:20:07 2005
@@ -20,7 +20,7 @@
 # NOTE for Devs: Update this number if this file is being updated.
 #                Also update the version number within src/targets/init-build.xml
 
-lenya.blocks.properties.version=290647
+lenya.blocks.properties.version=330793
 
 #------------------------------------------------------------------------------#
 #                             Cocoon Blocks                                    #

Modified: lenya/trunk/src/targets/init-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/init-build.xml?rev=330833&r1=330832&r2=330833&view=diff
==============================================================================
--- lenya/trunk/src/targets/init-build.xml (original)
+++ lenya/trunk/src/targets/init-build.xml Fri Nov  4 08:20:07 2005
@@ -59,7 +59,7 @@
   <target name="check-blocks" if="cocoon.build.webapp.dir.exists">
     <property file="${cocoon.src.dir}/local.blocks.properties"/>
     <condition property="local.blocks.properties.in.sync">
-      <equals arg1="${lenya.blocks.properties.version}" arg2="290647"/>
+      <equals arg1="${lenya.blocks.properties.version}" arg2="330793"/>
     </condition>
     <fail unless="local.blocks.properties.in.sync" message="It seems that your ${cocoon.src.dir}/local.blocks.properties is NOT in sync with ${src.cocoon.properties.dir}/local.blocks.properties! The file ${src.cocoon.properties.dir}/local.blocks.properties has probably been modified by some Apache Lenya developer. Issue a build clean in your Cocoon directory and rebuild Lenya."/>
   </target>



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