This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit f2f606b3d5436c577f190573a0f37967b016303e Author: Stuart Prescott <[email protected]> Date: Sun Oct 21 23:01:31 2007 +0000 * change manifest and search paths --- build.xml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/build.xml b/build.xml index cd57b48..fb3c268 100644 --- a/build.xml +++ b/build.xml @@ -67,29 +67,13 @@ <fileset dir="help/" /> </copy> - <copy todir="${dir.data}/lib/" overwrite="true" failonerror="true"> - <fileset dir="lib/" /> - </copy> - - <copy todir="${dir.out}/" overwrite="true" failonerror="true"> - <fileset dir="" includes="license.txt ; release_note.txt ; readme.txt ; install_vista.vbs"/> - </copy> - - <copy todir="${dir.data}/.cache" overwrite="true" failonerror="true"> - <fileset dir=".cache/"/> - </copy> - - <copy todir="${dir.data}/templates" overwrite="true" failonerror="true"> - <fileset dir="templates/"/> - </copy> - <jar jarfile="${dir.data}/LaTeXDraw.jar" manifest="META-INF/MANIFEST.MF"> <!-- Creates the manifest --> <manifest> <attribute name="Main-Class" value="latexDraw.ui.LaTeXDraw"/> - <attribute name="Class-Path" value="net.sourceforge.jiu.jar lib/net.sourceforge.jiu.jar - net.sourceforge.WmfView.jar lib/net.sourceforge.WmfView.jar org.jibble.epsgraphics.jar - com.sun.java lib/org.jibble.epsgraphics.jar txt ./ cache .cache/ templates .templates/ help help/ + <attribute name="Class-Path" value="net.sourceforge.jiu.jar + net.sourceforge.jlibeps.jar + com.sun.java ./ cache .cache/ templates .templates/ help help/ "/> </manifest> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

