/[debian-med]/trunk/packages/beast-mcmc/trunk/debian/bin/logcombiner
ViewVC logotype

Contents of /trunk/packages/beast-mcmc/trunk/debian/bin/logcombiner

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9252 - (show annotations) (download)
Wed Jan 11 16:11:15 2012 UTC (16 months, 1 week ago) by tille
File size: 269 byte(s)
Do not try to patch singular upstream wrappers if we need to do massive changes to work around stupid manifest problems anyway it makes sense to provide them directly in debian/bin
1 #!/bin/sh
2
3 BEAST_LIB="/usr/share/beast-mcmc"
4 DEBJAR="/usr/share/java"
5 java -Xms64m -Xmx1024m -Djava.library.path="$BEAST_LIB" \
6 -classpath ${CLASSPATH}:${BEAST_LIB}/beast.jar:${DEBJAR}/jebl.jar:${DEBJAR}/jam.jar:${DEBJAR}/treeview.jar \
7 dr.app.tools.LogCombiner $*

  ViewVC Help
Powered by ViewVC 1.1.5