blob: 1bdcb97d3e69a4bfe1db8e234b6bf9b8f53c1f0c [file] [log] [blame]
<?xml version="1.0"?>
<project name="guice-jmx" 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="jar.withrenameddeps, 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>