https://github.com/coin-or/jMarkov
Raw File
Tip revision: 6db8e7be96af35cbd806c09169f1b0d96ff3adbd authored by Stefan Vigerske on 23 February 2020, 11:31:20 UTC
update projDesc.xml
Tip revision: 6db8e7b
build.xml
<?xml version="1.0" ?>
<!-- Configuration of the Ant build system to generate a Jar file --> 
<project name="jMarkov" default="CreateJar">
  <target name="CreateJar" description="Create Jar file">
        <jar jarfile="lib/jMarkov.jar" basedir="./bin" />
  </target>
</project>
back to top