blob: b331ba76a05fdc138b5cfef6eed59ef9539bda7c [file] [log] [blame]
<?xml version="1.0"?>
<project name="guice-spring" basedir="." default="jar">
<import file="../common.xml"/>
<path id="compile.classpath">
<fileset dir="../lib" includes="*.jar"/>
<fileset dir="../lib/build" includes="*.jar"/>
<fileset dir="../build/dist" includes="*.jar"/>
</path>
<target name="jar" depends="compile"
description="Build jar.">
<mkdir dir="${build.dir}"/>
<jar destfile="${build.dir}/${ant.project.name}-${version}.jar">
<fileset dir="${build.dir}/classes"/>
</jar>
</target>
</project>