[Jdvb-cvs] jdvb-server build.xml,1.6,1.7
Status: Inactive
Brought to you by:
hundalz
|
From: pinder <hu...@us...> - 2006-02-26 12:35:26
|
Update of /cvsroot/jdvb/jdvb-server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4182 Modified Files: build.xml Log Message: include sources for distro Index: build.xml =================================================================== RCS file: /cvsroot/jdvb/jdvb-server/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 26 Feb 2006 12:26:54 -0000 1.6 --- build.xml 26 Feb 2006 12:35:23 -0000 1.7 *************** *** 9,12 **** --- 9,13 ---- <property name="jars" location="${build}/jars" /> <property name="zip" location="${build}/zip/${ant.project.name}-${version}" /> + <property name="docs" location="docs"/> <property name="src" location="src" /> <property name="conf" location="conf" /> *************** *** 78,81 **** --- 79,100 ---- <include name="**/*"/> </fileset> + <fileset dir="${basedir}"> + <include name="build.*"/> + </fileset> + <fileset dir="${docs}"> + <include name="**/*"/> + </fileset> + <fileset dir="${src}"> + <include name="**/*"/> + </fileset> + <fileset dir="${bin}"> + <include name="**/*"/> + </fileset> + <fileset dir="${lib}"> + <include name="**/*"/> + </fileset> + <fileset dir="${conf}"> + <include name="**/*"/> + </fileset> </copy> <zip basedir="${build}/zip" destfile="${build}/zip/${ant.project.name}-${version}.zip"/> |