[pkg-eucalyptus-commits] r225 - gwt/trunk/debian/patches

Chris Halls halls at alioth.debian.org
Wed Jul 4 12:08:48 UTC 2012


Author: halls
Date: 2012-07-04 12:08:47 +0000 (Wed, 04 Jul 2012)
New Revision: 225

Modified:
   gwt/trunk/debian/patches/exclude-tomcat.patch
Log:
exclude-tomcat: Do not compile unit tests for Tomcat classes

Modified: gwt/trunk/debian/patches/exclude-tomcat.patch
===================================================================
--- gwt/trunk/debian/patches/exclude-tomcat.patch	2012-07-04 12:08:44 UTC (rev 224)
+++ gwt/trunk/debian/patches/exclude-tomcat.patch	2012-07-04 12:08:47 UTC (rev 225)
@@ -6,6 +6,15 @@
 ===================================================================
 --- gwt-debian.orig/dev/build.xml	2011-12-21 11:23:41.692747204 +0100
 +++ gwt-debian/dev/build.xml	2011-12-21 11:23:54.429246513 +0100
+@@ -40,7 +40,7 @@
+ 
+   <target name="compile.tests" depends="build, compile.emma.if.enabled" description="Compiles the test code for this project">
+     <mkdir dir="${javac.junit.out}" />
+-    <gwt.javac srcdir="" destdir="${javac.junit.out}">
++    <gwt.javac srcdir="" destdir="${javac.junit.out}" excludes="${filter.pattern}">
+       <src path="core/src" />
+       <src path="core/test" />
+       <classpath>
 @@ -149,7 +149,7 @@
      </outofdate>
    </target>




More information about the pkg-eucalyptus-commits mailing list