You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2008/02/01 17:12:00 UTC

svn commit: r617537 - in /lenya/tags/RELEASE_2_0_1: build.bat build.sh

Author: rfrovarp
Date: Fri Feb  1 08:11:56 2008
New Revision: 617537

URL: http://svn.apache.org/viewvc?rev=617537&view=rev
Log:
Fixed Cocoon paths to use 2.1.11 that we are now using

Modified:
    lenya/tags/RELEASE_2_0_1/build.bat
    lenya/tags/RELEASE_2_0_1/build.sh

Modified: lenya/tags/RELEASE_2_0_1/build.bat
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_1/build.bat?rev=617537&r1=617536&r2=617537&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_1/build.bat (original)
+++ lenya/tags/RELEASE_2_0_1/build.bat Fri Feb  1 08:11:56 2008
@@ -21,7 +21,7 @@
 rem ----------------------------------------------------------------------------
 
 
-set COCOON_HOME=externals\cocoon_2_1_x
+set COCOON_HOME=externals\cocoon_2_1_11
 set COCOON_ENDORSED_DIR=%COCOON_HOME%\lib\endorsed
 
 rem ----- Ignore system CLASSPATH variable

Modified: lenya/tags/RELEASE_2_0_1/build.sh
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_1/build.sh?rev=617537&r1=617536&r2=617537&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_1/build.sh (original)
+++ lenya/tags/RELEASE_2_0_1/build.sh Fri Feb  1 08:11:56 2008
@@ -30,7 +30,7 @@
 OLD_CLASSPATH="$CLASSPATH"
 unset CLASSPATH
 CLASSPATH="`echo lib/*.jar | tr ' ' $S`"
-ENDORSED_DIR="externals/cocoon_2_1_x/lib/endorsed"
+ENDORSED_DIR="externals/cocoon_2_1_11/lib/endorsed"
 # Add cocoon endorsed libs
 CLASSPATH="$CLASSPATH `echo $ENDORSED_DIR/*.jar | tr ' ' $S`"
 export CLASSPATH



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