blob: d123cf6dbd7c8fa79b3ef15b1cb47b1a61b8d6d0 [file] [log] [blame]
<?xml version="1.0"?>
<project name="guice-throwingproviders" basedir="." default="jar">
<import file="../../common.xml"/>
<path id="compile.classpath">
<fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="${lib.dir}/build" includes="*.jar"/>
<pathelement path="../../build/classes"/>
</path>
<target name="jar" depends="compile, manifest" description="Build jar.">
<jar destfile="${build.dir}/${ant.project.name}-${version}.jar"
manifest="${build.dir}/META-INF/MANIFEST.MF">
<fileset dir="${build.dir}/classes" />
</jar>
</target>
</project>