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