java-jfree-libloader/java-jfree-libloader-1.1.3-01-common_build_xml.patch

21 lines
714 B
Diff
Raw Normal View History

--- common_build.xml 2009-11-16 10:25:34.000000000 +0100
+++ common_build.xml-gil 2011-01-22 14:12:08.000000000 +0100
@@ -1071,6 +1071,7 @@
<path refid="classpath" />
</classpath>
<src path="${src.dir}" />
+ <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/cache/**"/>
</javac>
</target>
@@ -1356,6 +1357,9 @@
doctitle="${impl.title} documentation">
<link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
<classpath refid="classpath" />
+ <packageset dir="source">
+ <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/cache/**"/>
+ </packageset>
</javadoc>
</target>