24 строки
966 B
XML
24 строки
966 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- ====================================================================== -->
|
|
<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
|
|
<!-- ====================================================================== -->
|
|
|
|
<project name="jtidy" default="package" basedir=".">
|
|
|
|
<!-- ====================================================================== -->
|
|
<!-- Import maven-build.xml into the current project -->
|
|
<!-- ====================================================================== -->
|
|
|
|
<import file="maven-build.xml"/>
|
|
|
|
<!-- ====================================================================== -->
|
|
<!-- Help target -->
|
|
<!-- ====================================================================== -->
|
|
|
|
<target name="help">
|
|
<echo message="Please run: $ant -projecthelp"/>
|
|
</target>
|
|
|
|
</project>
|