We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a0b37 commit fcb261eCopy full SHA for fcb261e
build.xml
@@ -29,6 +29,10 @@
29
<pathelement path="${buildMM}"/>
30
<fileset dir="${libBeast2}" includes="junit-4.8.2.jar"/>
31
<pathelement path="${beast2classpath}"/>
32
+ <fileset dir="${beast2path}/lib" includes="jam.jar"/>
33
+ <fileset dir="${beast2path}/lib" includes="beagle.jar"/>
34
+ <fileset dir="${beast2path}/lib" includes="fest.jar"/>
35
+ <fileset dir="${beast2path}/lib" includes="colt.jar"/>
36
</path>
37
38
<!-- start -->
0 commit comments