Author: nbubna
Date: Mon Oct 17 12:46:12 2005
New Revision: 325969

URL: http://svn.apache.org/viewcvs?rev=325969&view=rev
Log:
remove commons-logging.properties to avoid infinite loops when run on Tomcat 
5.5.x

Removed:
    
jakarta/velocity/tools/trunk/examples/simple/WEB-INF/src/commons-logging.properties
Modified:
    jakarta/velocity/tools/trunk/examples/simple/build.xml

Modified: jakarta/velocity/tools/trunk/examples/simple/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/tools/trunk/examples/simple/build.xml?rev=325969&r1=325968&r2=325969&view=diff
==============================================================================
--- jakarta/velocity/tools/trunk/examples/simple/build.xml (original)
+++ jakarta/velocity/tools/trunk/examples/simple/build.xml Mon Oct 17 12:46:12 
2005
@@ -33,7 +33,6 @@
   <!-- ================================================================== -->
   <target name="compile">
     <mkdir dir="${CLASSES}"/>
-    <copy todir="${CLASSES}" file="${SRC}/commons-logging.properties"/>
     <!-- Compile the java code from ${SRC} into ${CLASSES} -->
     <javac srcdir="${SRC}"
            includes="*/**"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to