Author: jboynes Date: Sun Aug 4 19:43:16 2013 New Revision: 1510325 URL: http://svn.apache.org/r1510325 Log: Copy test file needed for TestWebappServiceLoader
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1510325&r1=1510324&r2=1510325&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Sun Aug 4 19:43:16 2013 @@ -1230,7 +1230,10 @@ <include name="javax/**" /> </javac> <copy todir="${test.classes}"> - <fileset dir="test" includes="META-INF/**"/> + <fileset dir="test"> + <include name="META-INF/**"/> + <include name="**/service-config.txt"/> + </fileset> </copy> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org