Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 6d23b6e616f7abb48511c3bc87ccc656 > files > 1

libloader-1.1.6-7.mga5.src.rpm

Index: build.properties
===================================================================
--- build.properties
+++ build.properties	2012-01-21 04:47:33.453326027 +0100
@@ -1,4 +1,4 @@
-project.revision=1.1-SNAPSHOT
+project.revision=1.1.6
 ivy.artifact.group=pentaho-library
 ivy.artifact.id=libloader
 impl.title=LibLoader
@@ -7,3 +7,6 @@
 dependency.libbase.revision=1.1.6
 dependency.libpixie.revision=1.1.6
 testsrc.dir=${basedir}/test
+testsrc.dir=${basedir}/test
+antcontrib.available=true
+build.cache.dir=lib
Index: common_build.xml
===================================================================
--- common_build.xml
+++ common_build.xml	2012-01-21 04:47:39.206253925 +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>
 
@@ -1648,4 +1652,5 @@
     </dot-classpath>
   </target>
 
-</project>
\ No newline at end of file
+</project>
+