Rev 1924 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<project name="auto" default="build" basedir="."><import file="auto.xml"/><import file="build.xml"/><property name="env" environment="env" value="not used"/><import file="${env.JATS_HOME}/ant-using/${ant-using}/ant-using.xml"/><using name="ant-manifest" version="${ant-manifest}"/><target name="run_tests"/><target name="build" depends="install"/><target name="make_package"depends = "build"description = "Perform release tasks."><delete dir="build/pkg"/><mkdir dir="build/pkg"/><mkdir dir="build/pkg/jar"/><copy todir="build/pkg/jar" file="build/antshield.jar" /><summarise-manifest package="${packagename}" version="${packageversion}"/></target></project>