fc8707
--- libloader-1.1.3/build.properties	2009-11-17 14:12:00.000000000 +0000
fc8707
+++ libloader-1.1.3/build.properties	2009-11-17 14:12:48.000000000 +0000
fc8707
@@ -1,4 +1,4 @@
fc8707
-project.revision=TRUNK-SNAPSHOT
fc8707
+project.revision=1.1.3
fc8707
 ivy.artifact.group=pentaho-library
fc8707
 ivy.artifact.id=libloader
fc8707
 impl.title=LibLoader
fc8707
@@ -6,4 +6,6 @@
fc8707
 src.dir=${basedir}/source
fc8707
 dependency.libbase.revision=1.1.3
fc8707
 dependency.libpixie.revision=1.1.3
fc8707
-testsrc.dir=${basedir}/test
fc8707
\ No newline at end of file
fc8707
+testsrc.dir=${basedir}/test
fc8707
+antcontrib.available=true
fc8707
+build.cache.dir=lib
fc8707
--- libloader-1.1.3/common_build.xml	2009-11-17 14:55:31.000000000 +0000
fc8707
+++ libloader-1.1.3/common_build.xml	2009-11-17 14:56:48.000000000 +0000
fc8707
@@ -1071,6 +1071,7 @@
fc8707
         <path refid="classpath" />
fc8707
       </classpath>
fc8707
       <src path="${src.dir}" />
fc8707
+      <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/**"/>
fc8707
     </javac>
fc8707
   </target>
fc8707
 
fc8707
@@ -1356,6 +1357,9 @@
fc8707
              doctitle="${impl.title} documentation">
fc8707
       <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
fc8707
       <classpath refid="classpath" />
fc8707
+      <packageset dir="source">
fc8707
+        <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/**"/>
fc8707
+      </packageset>
fc8707
     </javadoc>
fc8707
   </target>
fc8707
 
fc8707
@@ -1648,4 +1652,4 @@
fc8707
     </dot-classpath>
fc8707
   </target>
fc8707
 
fc8707
-</project>
fc8707
\ No newline at end of file
fc8707
+</project>