Skip to content

Commit

Permalink
allow beast to launch via java -jar launcher.jar fixes #1151
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed May 23, 2024
1 parent 8065aa2 commit cf53b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<property name="distapp" location="${beast2app}/build/dist"/>
<property name="templates" value="fxtemplates"/>

<property name="main_class_BEASTLauncher" value="beast.app.util.BeastLauncher" />
<property name="main_class_BEASTLauncher" value="beast.pkgmgmt.launcher.BeastLauncher" />
<property name="report" value="build/junitreport" />

<path id="classpath">
Expand Down Expand Up @@ -106,6 +106,7 @@
<jar jarfile="${build}/dist/launcher.jar">
<manifest>
<attribute name="Built-By" value="${user.name}" />
<attribute name="Main-Class" value="${main_class_BEASTLauncher}" />
</manifest>


Expand Down

0 comments on commit cf53b8d

Please sign in to comment.