mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 08:36:19 +02:00
+ tools for phpdoc # more directory layout refactoring (up a few levels for some) + more advanced and cleaner build features
20 lines
604 B
XML
20 lines
604 B
XML
<!--
|
|
Build script for the project "Crypto.Hex".
|
|
|
|
This script is based on a template for Javascript projects.
|
|
-->
|
|
<project name="Crypto.Hex" 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}" relative="true" />
|
|
|
|
<!-- template for javascript projects -->
|
|
<import file="${ant.jsproject.path}" />
|
|
|
|
</project>
|