diff -urEbwB guice-4.1/build.properties guice-4.1.new/build.properties --- guice-4.1/build.properties 2016-06-17 20:00:06.000000000 +0200 +++ guice-4.1.new/build.properties 2019-02-13 23:51:02.592074396 +0100 @@ -37,4 +37,4 @@ com.google.inject.testing.fieldbinder test.class=com.google.inject.AllTests module=com.google.inject -imports=!net.sf.cglib.*,!org.objectweb.asm.* +imports=net.sf.cglib.*,org.objectweb.asm.* diff -urEbwB guice-4.1/build.xml guice-4.1.new/build.xml --- guice-4.1/build.xml 2016-06-17 20:00:06.000000000 +0200 +++ guice-4.1.new/build.xml 2019-02-13 23:51:02.596074414 +0100 @@ -18,10 +18,10 @@ - - + - + @@ -118,16 +118,8 @@ - - - - - - - - - - + + diff -urEbwB guice-4.1/common.xml guice-4.1.new/common.xml --- guice-4.1/common.xml 2016-06-17 20:00:06.000000000 +0200 +++ guice-4.1.new/common.xml 2019-02-13 23:51:18.596146420 +0100 @@ -14,7 +14,7 @@ + source="1.6" target="1.6" encoding="UTF-8" includeantruntime="false"> @@ -26,7 +26,7 @@ + classpathref="compile.classpath"/> @@ -48,7 +48,7 @@ - + @@ -60,13 +60,19 @@ - + + + + + + + + source="1.6" target="1.6" encoding="UTF-8" includeantruntime="false"> @@ -120,37 +126,16 @@ description="Build jar files"/> + description="Build a jar of tests."> - - - - - - - - - - + + description="Build jar."> - - - - - - - - - - - +