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