mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 18:57:12 +00:00
23 lines
501 B
XML
23 lines
501 B
XML
<?xml version = "1.0"?>
|
|
<project name = "Utilities" default = "build" >
|
|
|
|
<import file = "../../common.xml" />
|
|
|
|
<target name = "build">
|
|
</target>
|
|
|
|
<target name = "clean">
|
|
</target>
|
|
|
|
<target name = "release">
|
|
|
|
<antcall target = "prepare-release"/>
|
|
|
|
<copy file = "${basedir}/cat" todir = "${Build.Cappuccino.Tools.Lib}" />
|
|
|
|
<chmod file = "${Build.Cappuccino.Tools.Lib}/cat" perm = "+x" />
|
|
|
|
</target>
|
|
|
|
</project>
|