ciform/minilib/build.xml
cbonar 6ac42eeb24 + minilib has now its own project root
+ tools for phpdoc
# more directory layout refactoring (up a few levels for some)
+ more advanced and cleaner build features
2012-01-29 19:58:43 +01:00

20 lines
581 B
XML

<!--
Build script for the project "minilib".
This script is based on a template for Javascript projects.
-->
<project name="minilib" default="javascript.package" xmlns:ivy="antlib:org.apache.ivy.ant">
<!-- local properties for this project -->
<property file="local.properties"/>
<!-- default properties for this project -->
<property file="build.properties"/>
<!-- common properties for all projects -->
<property file="${common.properties}"/>
<!-- template for javascript projects -->
<import file="${ant.jsproject.path}" />
</project>