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 2008/04/16 22:17:35 UTC

svn commit: r648829 - in /lenya/docu: build.properties tools/targets/properties-build.xml

Author: andreas
Date: Wed Apr 16 13:17:33 2008
New Revision: 648829

URL: http://svn.apache.org/viewvc?rev=648829&view=rev
Log:
Changing default path to Lenya project.

Modified:
    lenya/docu/build.properties
    lenya/docu/tools/targets/properties-build.xml

Modified: lenya/docu/build.properties
URL: http://svn.apache.org/viewvc/lenya/docu/build.properties?rev=648829&r1=648828&r2=648829&view=diff
==============================================================================
--- lenya/docu/build.properties (original)
+++ lenya/docu/build.properties Wed Apr 16 13:17:33 2008
@@ -36,12 +36,12 @@
 # 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=594644
+build.properties.version=648826
 
 #------------------------------------------------------------------------------------
 # The root of the Lenya source tree
 
-lenya.src.dir=../test/trunk
+lenya.src.dir=../trunk
 
 #------------------------------------------------------------------------------------
 # Eclipse Properties for use with the eclipse-project target

Modified: lenya/docu/tools/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/docu/tools/targets/properties-build.xml?rev=648829&r1=648828&r2=648829&view=diff
==============================================================================
--- lenya/docu/tools/targets/properties-build.xml (original)
+++ lenya/docu/tools/targets/properties-build.xml Wed Apr 16 13:17:33 2008
@@ -31,7 +31,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="594644"/>
+    <equals arg1="${build.properties.version}" arg2="648826"/>
   </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