[latexdraw] 62/147: * alter help search path * ensure language packs are loaded
Stuart Prescott
stuart at debian.org
Thu Nov 24 23:53:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository latexdraw.
commit 354c65176b102d5a2df05ee7905fc5d6feb1dbba
Author: Stuart Prescott <stuart at debian.org>
Date: Thu Apr 23 21:18:31 2009 +0000
* alter help search path
* ensure language packs are loaded
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 13bb12e..b9bd5b6 100644
--- a/build.xml
+++ b/build.xml
@@ -81,12 +81,12 @@
<!-- Creates the manifest -->
<manifest>
<attribute name="Main-Class" value="latexDraw.ui.LaTeXDraw"/>
- <attribute name="Class-Path" value="net.sourceforge.jiu.jar net.sourceforge.jlibeps.jar txt ./ cache .cache/ templates .templates/ help help/ "/>
+ <attribute name="Class-Path" value="net.sourceforge.jiu.jar net.sourceforge.jlibeps.jar txt cache .cache/ templates .templates/ help /usr/share/doc/latexdraw/help/ "/>
</manifest>
<!-- Filters the files -->
<fileset dir=""
- includes="latexDraw/**/*.class ; res/**/* ; lang/**/*; help/**/*"
+ includes="latexDraw/**/*.class ; res/**/* ; lang/**/*"
excludes="latexDraw/**/*.java ; latexDraw/installer/* ; latexDraw/ui/listeners/InstallerListener.*"/>
</jar>
</target>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git
More information about the pkg-java-commits
mailing list