svn commit: r1097915 - /lenya/branches/BRANCH_2_1_X/build.properties
[email protected] Fri, 29 Apr 2011 19:02:27 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: florent
Date: Fri Apr 29 19:02:26 2011
New Revision: 1097915
URL: http://svn.apache.org/viewvc?rev=1097915&view=rev
Log:
change default endorsed directory for Tomcat 6+ according to http://tomcat.apache.org/migration.html#Modified_directory_structure
Modified:
lenya/branches/BRANCH_2_1_X/build.properties
Modified: lenya/branches/BRANCH_2_1_X/build.properties
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/build.properties?rev=1097915&r1=1097914&r2=1097915&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/build.properties (original)
+++ lenya/branches/BRANCH_2_1_X/build.properties Fri Apr 29 19:02:26 2011
@@ -108,7 +108,7 @@ tomcat.cache.dir=${tomcat.home.dir}/work
# Where the 'install' build target should copy the endorsed libraries
# NOTE: This path is not necessarily relative to tomcat.home.dir
-tomcat.endorsed.dir=${tomcat.home.dir}/common/endorsed
+tomcat.endorsed.dir=${tomcat.home.dir}/endorsed
#------------------------------------------------------------------------------------