You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/23 17:53:48 UTC

svn commit: r416751 - in /lenya/trunk: build.properties src/targets/properties-build.xml

Author: andreas
Date: Fri Jun 23 08:53:48 2006
New Revision: 416751

URL: http://svn.apache.org/viewvc?rev=416751&view=rev
Log:
Updated version of build.properties

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

Modified: lenya/trunk/build.properties
URL: http://svn.apache.org/viewvc/lenya/trunk/build.properties?rev=416751&r1=416750&r2=416751&view=diff
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Fri Jun 23 08:53:48 2006
@@ -29,7 +29,7 @@
 # NOTE for Devs: Update this number if this file is being updated.
 #                Also update the version number within src/targets/properties-build.xml
 
-build.properties.version=416349
+build.properties.version=416750
 
 
 #------------------------------------------------------------------------------------

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/properties-build.xml?rev=416751&r1=416750&r2=416751&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Fri Jun 23 08:53:48 2006
@@ -32,7 +32,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="416349"/>
+    <equals arg1="${build.properties.version}" arg2="416750"/>
   </condition>
 
   <fail unless="local.properties.in.sync" message="It seems that your local.build.properties is NOT in sync with build.properties! The file build.properties has probably been modified by some Apache Lenya developer. Re-copy build.properties to local.build.properties and re-set your local properties to get the two files back in sync. Please apologize any inconvenience."/>



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