21 lines
702 B
Diff
21 lines
702 B
Diff
--- common_build.xml 2009-11-16 10:25:34.000000000 +0100
|
|
+++ common_build.xml-gil 2011-01-22 13:54:13.000000000 +0100
|
|
@@ -1071,6 +1071,7 @@
|
|
<path refid="classpath" />
|
|
</classpath>
|
|
<src path="${src.dir}" />
|
|
+ <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/**"/>
|
|
</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/**"/>
|
|
+ </packageset>
|
|
</javadoc>
|
|
</target>
|
|
|