Skip to content

Commit

Permalink
sync beast2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Nov 30, 2017
1 parent 332afcd commit 37b5c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<path id="classpath">
<fileset dir="${lib}" includes="**/*.jar"/>
<fileset dir="${libBeast2}" includes="antlr-runtime-4.5.jar"/>
<fileset dir="${libBeast2}" includes="antlr-runtime-4.7.jar"/>
<fileset dir="${libBeast2}" includes="jam.jar"/>
<pathelement path="${beast2classpath}"/>
</path>
Expand Down Expand Up @@ -97,7 +97,7 @@
<include name="**/*.class"/>
</fileset>
<zipgroupfileset dir="${libBeast2}" includes="jam.jar"/>
<zipgroupfileset dir="${libBeast2}" includes="antlr-runtime-4.5.jar"/>
<zipgroupfileset dir="${libBeast2}" includes="antlr-runtime-4.7.jar"/>
<fileset dir="${build}">
<include name="snap/**/*.class" />
<include name="snap/**/*.png" />
Expand Down

0 comments on commit 37b5c1b

Please sign in to comment.