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/22 14:47:56 UTC

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

Author: andreas
Date: Thu Jun 22 05:47:55 2006
New Revision: 416350

URL: http://svn.apache.org/viewvc?rev=416350&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=416350&r1=416349&r2=416350&view=diff
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Thu Jun 22 05:47:55 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=372797
+build.properties.version=416349
 
 
 #------------------------------------------------------------------------------------

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/properties-build.xml?rev=416350&r1=416349&r2=416350&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Thu Jun 22 05:47:55 2006
@@ -32,7 +32,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="372797"/>
+    <equals arg1="${build.properties.version}" arg2="416349"/>
   </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