3c620e
--- librepository-1.1.3/build.properties	2009-11-17 16:41:36.000000000 +0000
3c620e
+++ librepository-1.1.3/build.properties	2009-11-17 16:41:56.000000000 +0000
3c620e
@@ -1,7 +1,9 @@
3c620e
-project.revision=TRUNK-SNAPSHOT
3c620e
+project.revision=1.1.3
3c620e
 ivy.artifact.group=pentaho-library
3c620e
 ivy.artifact.id=librepository
3c620e
 impl.title=LibRepository
3c620e
 impl.productID=librepository
3c620e
 src.dir=${basedir}/source
3c620e
 dependency.libbase.revision=1.1.3
3c620e
+antcontrib.available=true
3c620e
+build.cache.dir=lib
3c620e
--- librepository-1.1.3/common_build.xml	2009-11-17 20:34:29.000000000 +0000
3c620e
+++ librepository-1.1.3/common_build.xml	2009-11-17 20:36:51.000000000 +0000
3c620e
@@ -1071,6 +1071,7 @@
3c620e
         <path refid="classpath" />
3c620e
       </classpath>
3c620e
       <src path="${src.dir}" />
3c620e
+      <exclude name="org/pentaho/reporting/libraries/repository/email/**"/>
3c620e
     </javac>
3c620e
   </target>
3c620e
 
3c620e
@@ -1356,6 +1357,9 @@
3c620e
              doctitle="${impl.title} documentation">
3c620e
       <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
3c620e
       <classpath refid="classpath" />
3c620e
+      <packageset dir="source">
3c620e
+        <exclude name="org/pentaho/reporting/libraries/repository/email/**"/>
3c620e
+      </packageset>
3c620e
     </javadoc>
3c620e
   </target>
3c620e
 
3c620e
@@ -1648,4 +1652,4 @@
3c620e
     </dot-classpath>
3c620e
   </target>
3c620e
 
3c620e
-</project>
3c620e
\ No hay ningún carácter de nueva línea al final del fichero
3c620e
+</project>