blob: 9b45ce6168c7c86783d6563f718312fbd2ef9860 [file] [log] [blame]
<?xml version="1.0"?>
<project name="guice-persist" basedir="." default="jar">
<import file="../../common.xml"/>
<path id="compile.classpath">
<fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="../../lib/build" includes="*.jar"/>
<fileset dir="../../build/dist" includes="*.jar"/>
</path>
<target name="jar" depends="jar.withdeps, manifest" description="Build jar.">
<jar destfile="${build.dir}/${ant.project.name}-${version}.jar"
manifest="${build.dir}/META-INF/MANIFEST.MF">
<zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"
excludes="com/google/inject/internal/**"/>
</jar>
</target>
</project>