From: <doc...@us...> - 2007-12-05 20:14:13
|
Revision: 209 http://openpcl.svn.sourceforge.net/openpcl/?rev=209&view=rev Author: documentsystems Date: 2007-12-05 12:14:18 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Howard Hoagland. Changed IZPack base dir from build/rel to build. Modified Paths: -------------- openpcl/build.xml Modified: openpcl/build.xml =================================================================== --- openpcl/build.xml 2007-12-05 20:12:17 UTC (rev 208) +++ openpcl/build.xml 2007-12-05 20:14:18 UTC (rev 209) @@ -130,6 +130,9 @@ <fileset dir="${build.dir}" includes="pclrenderimage.jar"/> <fileset dir="${lib.dir}" includes="TableLayout.jar"/> </copy> + <copy todir="${build.dir}"> + <fileset dir="${lib.dir}" includes="TableLayout.jar"/> + </copy> <!-- Sign the jars --> <signjar alias="${keystore.alias}" keystore="${keystore.file}" storepass="${keystore.password}"> <fileset dir="${rel.dir}"> @@ -186,7 +189,7 @@ <izpack input="${src.localinstaller.dir}/openpclviewer-izpack.xml" output="${rel.dir}/openpclviewer-installer.jar" installerType="standard" - basedir="${rel.dir}" + basedir="${build.dir}" izPackDir="${izpack.dir}/"/> <echo/> <echo>To create the windows installer .exe, download JSmooth from (http://jsmooth.sourceforge.net)</echo> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |