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/02/01 00:50:03 UTC

svn commit: r617301 - in /lenya/tags/RELEASE_2_0_1: build.properties externals/ src/targets/properties-build.xml

Author: andreas
Date: Thu Jan 31 15:49:57 2008
New Revision: 617301

URL: http://svn.apache.org/viewvc?rev=617301&view=rev
Log:
Setting externals declaration to Cocoon release 2.1.11

Modified:
    lenya/tags/RELEASE_2_0_1/build.properties
    lenya/tags/RELEASE_2_0_1/externals/   (props changed)
    lenya/tags/RELEASE_2_0_1/src/targets/properties-build.xml

Modified: lenya/tags/RELEASE_2_0_1/build.properties
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_1/build.properties?rev=617301&r1=617300&r2=617301&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_1/build.properties (original)
+++ lenya/tags/RELEASE_2_0_1/build.properties Thu Jan 31 15:49:57 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=617287
 
 #------------------------------------------------------------------------------------
 # The root of the Cocoon source tree
 
-cocoon.src.dir=externals/cocoon_2_1_x
+cocoon.src.dir=externals/cocoon_2_1_11
 #cocoon.src.dir=../../cocoon/branches/BRANCH_2_1_X
 
 

Propchange: lenya/tags/RELEASE_2_0_1/externals/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Thu Jan 31 15:49:57 2008
@@ -1 +1 @@
-cocoon_2_1_x http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X
+cocoon_2_1_11 http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_11

Modified: lenya/tags/RELEASE_2_0_1/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_1/src/targets/properties-build.xml?rev=617301&r1=617300&r2=617301&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_1/src/targets/properties-build.xml (original)
+++ lenya/tags/RELEASE_2_0_1/src/targets/properties-build.xml Thu Jan 31 15:49:57 2008
@@ -33,7 +33,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="594644"/>
+    <equals arg1="${build.properties.version}" arg2="617287"/>
   </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