mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 00:14:41 +02:00
17 lines
514 B
XML
17 lines
514 B
XML
|
|
<!--
|
||
|
|
Build script for the project "Crypto.Base64".
|
||
|
|
|
||
|
|
This script is based on a template for Javascript projects.
|
||
|
|
-->
|
||
|
|
<project name="Crypto.Base64" default="javascript.package" xmlns:ivy="antlib:org.apache.ivy.ant">
|
||
|
|
|
||
|
|
<!-- custom, local only, properties for this project -->
|
||
|
|
<property file="local.properties"/>
|
||
|
|
<!-- default properties for this project -->
|
||
|
|
<property file="build.properties"/>
|
||
|
|
|
||
|
|
<!-- template for javascript projects -->
|
||
|
|
<import file="${ant.jsproject.path}" />
|
||
|
|
|
||
|
|
</project>
|