<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!--load in an optional file containing versions of things-->
<!--load in a file containing versions of ant
and other libraries-->
<!-- properties for build and test -->
<!-- javac properties -->
<!--you really need a proper version in version.properties-->
<!-- properties for distribution target -->
<!-- junit test properties -->
<!--Milestones to extend or override-->
You must create a product specific
NOTICE file based on common/NOTICE.template in the top level
directory
Expected to find ant-testutil.jar
in ${ant-testutil.jar}, please set the property ant-testutil.jar
to the correct location.
The AntUnit Ant library is not present.
At least one JUnit test has failed.
At least one AntUnit test has failed.
<!--copy the target to the destination. Only allowed if the tests pass!-->
<!-- ========================================================== -->
<!-- init all the maven2 support -->
<!-- ========================================================== -->
<!--look for a template pom -->
<!-- ========================================================== -->
<!-- POM creation/copy, depending on whether it exists or not -->
<!-- ========================================================== -->
<!--copy an existing templte-->
<!-- we expand ant properties here. -->
<!-- inline creation of a zero dependency pom.
We don't even declare a dependency on ant!
-->
4.0.0
${m2.groupID}
${artifact.name}
jar
${artifact.version}
<!--delete dir="${java-repository.dir}"/-->
<!--mkdir dir="${java-repository.dir}"/-->
<!--copy todir="${java-repository.dir}">
<fileset dir="${dist.name}/lib">
<include name="ant*.jar"/>
</fileset>
<mapper type="glob" from="*.jar" to="*-${version}.jar"/>
</copy>
<checksum fileext=".md5">
<fileset dir="${java-repository.dir}" includes="*${version}.jar"/>
</checksum>
<checksum fileext=".sha1" algorithm="SHA">
<fileset dir="${java-repository.dir}" includes="*${version}.jar"/>
</checksum-->