[Bprocessor-commit] build build.xml,1.33,1.34
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2009-06-29 09:35:38
|
Update of /cvsroot/bprocessor/build In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20825 Modified Files: build.xml Log Message: perpos file Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** build.xml 29 Jun 2009 09:27:26 -0000 1.33 --- build.xml 29 Jun 2009 09:35:35 -0000 1.34 *************** *** 124,127 **** --- 124,130 ---- <fileset dir="${tools.dir}/postgresql"/> </copy> + <copy todir="${release.dir}/library"> + <fileset dir="${tools.dir}/perpos"/> + </copy> <copy todir="${release.dir}/plugin"> <fileset dir="${gl.dir}/dist"> |