opensubscriber
   Find in this group all groups
 
Unknown more information…

d : dev@tomcat.apache.org 12 September 2009 • 1:36AM -0400

svn commit: r813942 - /tomcat/trunk/build.xml
by markt

REPLY TO AUTHOR
 
REPLY TO GROUP




Author: markt
Date: Fri Sep 11 17:36:35 2009
New Revision: 813942

URL: http://svn.apache.org/viewvc?rev=813942&view=rev
Log:
Clearer naming for embedded jars

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=813942&r1=813941&r2=813942&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Sep 11 17:36:35 2009
@@ -92,9 +92,9 @@
   <property name="tomcat-dbcp.jar" value="${tomcat-dbcp.home}/tomcat-dbcp.jar"/>
   <property name="jasper-jdt.jar" value="${jasper-jdt.home}/jasper-jdt.jar"/>

-  <property name="tomcat-embed-core.jar" value="${tomcat.embed}/tomcat-core.jar"/>
-  <property name="tomcat-embed-jasper.jar" value="${tomcat.embed}/tomcat-jasper.jar"/>
-  <property name="tomcat-embed-juli.jar" value="${tomcat.embed}/tomcat-juli.jar"/>
+  <property name="tomcat-embed-core.jar" value="${tomcat.embed}/tomcat-embed-core.jar"/>
+  <property name="tomcat-embed-jasper.jar" value="${tomcat.embed}/tomcat-embed-jasper.jar"/>
+  <property name="tomcat-embed-juli.jar" value="${tomcat.embed}/tomcat-embed-logging-juli.jar"/>

   <!-- Classpath -->
   <path id="tomcat.classpath">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomc...
For additional commands, e-mail: dev-help@tomc...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

opensubscriber is not affiliated with the authors of this message nor responsible for its content.