[libpostgresql-jdbc-java] 01/03: fixed build to not delete pgjdbc.html

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to tag REL9_1_903
in repository libpostgresql-jdbc-java.

commit b6ad7a2c15bad44ff320c0ccd01613e2fb775258
Author: Dave Cramer <davecramer at gmail.com>
Date:   Fri Aug 24 14:24:31 2012 -0400

    fixed build to not delete pgjdbc.html
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f1d1b0a..60796a5 100644
--- a/build.xml
+++ b/build.xml
@@ -479,7 +479,7 @@
      <param name="base.dir" expression="${builddir}/doc/"/>
      <param name="use.id.as.filename" expression="1" />
    </xslt>
-   <delete file="${builddir}/doc/pgjdbc.html"/>
+   <!--delete file="${builddir}/doc/pgjdbc.html"/-->
   </target>
 
   <!-- Blah. Can't reference an external XML catalog until Ant 1.6.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list