ciform/codecs/base64/ivy.xml
cbonar 3b6f5f091f + build scripts for base64
# updated build scripts to use the same common base (tools/ant-js.xml)
2012-01-27 14:11:31 +01:00

23 lines
1 KiB
XML

<ivy-module version="2.0">
<info organisation="crypto" module="base64" revision="1.0.0" status="integration" publication="20120127121502">
<license name="Copyright 2005 Herbert Hanewinkel" url="www.haneWIN.de"/>
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+hex+ivy"/>
<description homepage="http://code.google.com/p/ciform">
OpenPGP radix-64/base64 string encoding/decoding.
</description>
</info>
<configurations>
<!-- The source script as plain text, including all inner informations and comments. -->
<conf name="source"/>
<!-- An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment. -->
<conf name="minified"/>
</configurations>
<publications>
<artifact name="base64" type="js" conf="source"/>
<artifact name="base64-min" type="js" conf="minified"/>
</publications>
<dependencies>
<!-- no dependency required -->
</dependencies>
</ivy-module>