Author: kkolinko
Date: Sun Nov 24 22:09:56 2013
New Revision: 1545085

URL: http://svn.apache.org/r1545085
Log:
Merged r1545082 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Exclude servlet-api and Jetty JARs from Cobertura classpath and thus from the 
classpath used by our tests. It works without them.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1545082

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1545085&r1=1545084&r2=1545085&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Sun Nov 24 22:09:56 2013
@@ -1352,6 +1352,8 @@
       <fileset dir="${cobertura.home}">
         <include name="cobertura-${cobertura.version}.jar" />
         <include name="lib/**/*.jar" />
+        <exclude name="lib/**/jetty*.jar" />
+        <exclude name="lib/**/servlet-api*.jar" />
       </fileset>
     </path>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to