blob: 7f0b97bb5bc6e4518c4e8bf244f70f105b42dc9d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
<project default="jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:maven="jelly:maven"
xmlns:deploy="deploy"
xmlns:ant="jelly:ant">
<postGoal name="jar">
<!--<attainGoal name="jar-tool"/>-->
</postGoal>
<goal name="jar-tool">
<!-- make the jar tool-->
<mkdir dir="target/jar-tool"/>
<mkdir dir="target/jar-tool"/>
<copy todir="target/jar-tool">
<fileset dir="target">
<include name="axis2*.jar"/>
</fileset>
</copy>
<copy file="${maven.repo.local}/ant/jars/ant-1.6.2.jar" todir="target/jar-tool"/>
<copy file="src/script/jar-tool-UI.bat" todir="target/jar-tool"></copy>
</goal>
<preGoal name="itest:compile">
<u:file var="file" name="${maven.itest.src}"/>
<j:if test="${!file.exists()}">
<j:expr value="${context.setVariable('maven.itest.skip', 'true')}"/>
</j:if>
</preGoal>
</project>