Author: markt
Date: Fri Feb 7 13:26:39 2014
New Revision: 1565640
URL: http://svn.apache.org/r1565640
Log:
Properties file move locations as well.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1565640&r1=1565639&r2=1565640&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Feb 7 13:26:39 2014
@@ -2737,6 +2737,11 @@ Apache Tomcat ${version} native binaries
<exclude name="**/managed/**" />
</fileset>
</copy>
+ <copy todir="${tomcat-dbcp.home}/src/java">
+ <fileset dir="${commons-dbcp.home}/src/main/resources">
+ <include name="**/*.properties" />
+ </fileset>
+ </copy>
<!-- Package rename to avoid clashes with the same classes in webapps -->
<replace dir="${tomcat-dbcp.home}/src/java/org/apache/commons"
@@ -2782,6 +2787,11 @@ Apache Tomcat ${version} native binaries
<include name="**" />
<classpath path="${tomcat.classes}" />
</javac>
+ <copy todir="${tomcat-dbcp.home}/classes">
+ <fileset dir="${tomcat-dbcp.home}/src/java">
+ <include name="**/*.properties" />
+ </fileset>
+ </copy>
<jarIt jarfile="${tomcat-dbcp.jar}"
filesDir="${tomcat-dbcp.home}/classes"
filesId="files.tomcat-dbcp" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]