You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jb...@apache.org on 2013/08/04 21:43:16 UTC

svn commit: r1510325 - /tomcat/trunk/build.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org