Rev 1983 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<project name="ant-using"><description>Build and release the ant-using package.</description><property name="env" environment="env" value="not used" /><property name="release.dir" value="${basedir}/build/release"/><property name="src.dir" value="${basedir}/src"/><import file="auto.xml" optional="true"/><import file="${ant.project.name}depends.xml"/><!-- Get ant-using from own source dir instead of build repository! --><import file="${src.dir}/ant-using.xml" /><property name="build.dir" value="${basedir}/build"/><property name="package.dir" value="${build.dir}/pkg"/><usingall/><target name="run_tests"/><target name="compile"/><!--P A C K A G E--><target name="build"depends = ""description="Creates the jar archives."><mkdir dir="${package.dir}"/><copy todir="${package.dir}"><fileset dir="${src.dir}" includes="*.xml"/></copy><replace file="${package.dir}/ant-using.xml" token="REPLACE_ANT_USING" value="${packageversion}"/><replace file="${package.dir}/ant-using.xml" token="$${DEFAULT_ANTCONTRIB_VERSION}" value="${using.antcontrib.version}"/></target><target name = "make_package"depends = ""description = "Called during build using the automated build tool"><echo message="AUTO BUILD"/><summarise-manifest package="${packagename}" version="${packageversion}"/></target></project>