[Isql-devevelopment] SF.net SVN: isql: [75] isql-swing/branches/3.1.0-development/build.xml
Brought to you by:
mkobold
From: <mk...@us...> - 2007-06-12 22:37:54
|
Revision: 75 http://svn.sourceforge.net/isql/?rev=75&view=rev Author: mkobold Date: 2007-06-12 15:37:55 -0700 (Tue, 12 Jun 2007) Log Message: ----------- * Fixed build script to include the ant script with source packages Modified Paths: -------------- isql-swing/branches/3.1.0-development/build.xml Modified: isql-swing/branches/3.1.0-development/build.xml =================================================================== --- isql-swing/branches/3.1.0-development/build.xml 2007-06-12 22:26:27 UTC (rev 74) +++ isql-swing/branches/3.1.0-development/build.xml 2007-06-12 22:37:55 UTC (rev 75) @@ -147,7 +147,10 @@ <attribute name="Project-Version" value="${project.version}" /> </manifest> </jar> - <zip zipfile="${basedir}/${project.name}-src.zip" basedir="${src.dir}" /> + <zip destfile="${basedir}/${project.name}-src.zip"> + <fileset dir="${src.dir}" /> + <fileset dir="${basedir}" includes="build.xml" /> + </zip> </target> <target name="compile-tests" if="junit.compile"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |