[Jdvb-cvs] jdvb-server build.xml,1.4,1.5
Status: Inactive
Brought to you by:
hundalz
|
From: pinder <hu...@us...> - 2006-02-25 15:19:59
|
Update of /cvsroot/jdvb/jdvb-server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3917 Modified Files: build.xml Log Message: added start/stop scripts no more commands line params. all use -Dprops.filename Index: build.xml =================================================================== RCS file: /cvsroot/jdvb/jdvb-server/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 19 Feb 2006 22:18:37 -0000 1.4 --- build.xml 25 Feb 2006 15:19:51 -0000 1.5 *************** *** 10,13 **** --- 10,14 ---- <property name="conf" location="conf" /> <property name="lib" location="lib" /> + <property name="bin" location="bin" /> <description>JDVB client and server applications</description> *************** *** 66,69 **** --- 67,73 ---- <include name="**/*.jar" /> </fileset> + <fileset dir="${bin}"> + <include name="**/*" /> + </fileset> </copy> </target> |