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