[Isql-devevelopment] SF.net SVN: isql: [77] isql-core/branches/3.1.0-development/build.xml
Brought to you by:
mkobold
From: <mk...@us...> - 2007-06-12 22:38:10
|
Revision: 77 http://svn.sourceforge.net/isql/?rev=77&view=rev Author: mkobold Date: 2007-06-12 15:38:12 -0700 (Tue, 12 Jun 2007) Log Message: ----------- * Fixed build script to include the ant script with source packages Modified Paths: -------------- isql-core/branches/3.1.0-development/build.xml Modified: isql-core/branches/3.1.0-development/build.xml =================================================================== --- isql-core/branches/3.1.0-development/build.xml 2007-06-12 22:38:07 UTC (rev 76) +++ isql-core/branches/3.1.0-development/build.xml 2007-06-12 22:38:12 UTC (rev 77) @@ -145,7 +145,11 @@ <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. |