[Bprocessor-commit] build build.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2005-10-04 08:03:34
|
Update of /cvsroot/bprocessor/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15420 Modified Files: build.xml Log Message: Added JDCB support for PostgreSQL Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 23 Sep 2005 09:58:52 -0000 1.6 --- build.xml 4 Oct 2005 08:03:26 -0000 1.7 *************** *** 100,103 **** --- 100,106 ---- <fileset dir="${tools.dir}/oscache"/> </copy> + <copy todir="${release.dir}/library"> + <fileset dir="${tools.dir}/postgresql"/> + </copy> <copy todir="${release.dir}/plugin"> <fileset dir="${gl.dir}/dist"> |