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

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

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: 157 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 java -Xms64m -Xmx1024m -Djava.library.path="$BEAST_LIB" -cp "$BEAST_LIB/beast.jar" dr.app.tools.LogAnalyser $*
5

  ViewVC Help
Powered by ViewVC 1.1.5