From: <wu...@us...> - 2008-04-18 08:10:53
|
Revision: 135 http://davinspector.svn.sourceforge.net/davinspector/?rev=135&view=rev Author: wuest Date: 2008-04-18 01:10:51 -0700 (Fri, 18 Apr 2008) Log Message: ----------- Added license and readme file to build. Modified Paths: -------------- trunk/DAVInspector/build-user.xml Modified: trunk/DAVInspector/build-user.xml =================================================================== --- trunk/DAVInspector/build-user.xml 2008-04-18 07:44:55 UTC (rev 134) +++ trunk/DAVInspector/build-user.xml 2008-04-18 08:10:51 UTC (rev 135) @@ -90,7 +90,7 @@ <!-- Copy script files and icon --> <copy todir="${dist}"> - <fileset dir="." includes="*.bat, *.sh, *.properties" /> + <fileset dir="." includes="*.bat, *.sh, *.properties, README.txt, LICENSE" /> <fileset dir="resource" includes="*.ico" /> </copy> <!-- Copy libs --> @@ -101,6 +101,8 @@ </target> <target name="release" depends="dist,linux,win32,os-independent"> + <!-- maybe add dir --> + <echo>Creating release ${project.name}-${project.version}.zip</echo> <zip destfile="${project.name}-${project.version}.zip" basedir="${dist}" /> </target> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |