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/01/03 22:23:59 UTC

svn commit: r608632 - /lenya/trunk/lenya.sh

Author: andreas
Date: Thu Jan  3 13:23:58 2008
New Revision: 608632

URL: http://svn.apache.org/viewvc?rev=608632&view=rev
Log:
Set endorsed libs directory to WEB-INF/lib/endorsed instead of the endorsed lib directory in the Cocoon sources. This avoids hard-coding the name of the Cocoon source directory which might be different in different Lenya distributions.

Modified:
    lenya/trunk/lenya.sh

Modified: lenya/trunk/lenya.sh
URL: http://svn.apache.org/viewvc/lenya/trunk/lenya.sh?rev=608632&r1=608631&r2=608632&view=diff
==============================================================================
--- lenya/trunk/lenya.sh (original)
+++ lenya/trunk/lenya.sh Thu Jan  3 13:23:58 2008
@@ -149,7 +149,7 @@
 # ----- Set Local Variables ( used to minimize cut/paste) ---------------------
 
 JAVA="$JAVA_HOME/bin/java"
-ENDORSED_LIBS="${LENYA_HOME}/externals/cocoon_2_1_x/lib/endorsed"
+ENDORSED_LIBS="${LENYA_WEBAPP_HOME}/WEB-INF/lib/endorsed"
 ENDORSED="-Djava.endorsed.dirs=$ENDORSED_LIBS"
 PARSER=-Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser
 LOADER=Loader



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