ciform/crypto/rsa/ivy.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

24 lines
1.2 KiB
XML

<ivy-module version="2.0">
<info organisation="crypto" module="rsa" revision="1.0.0" status="integration" publication="20120127235629">
<license name="Copyright 2000 by John M Hanna" url="http://sourceforge.net/projects/shop-js"/>
<license name="GNU General Public License (GPL)" url="http://www.gnu.org/copyleft/gpl.html"/>
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+rsa+ivy"/>
<description homepage="http://code.google.com/p/ciform">
This library provides a Javascript implementation of the RSA cipher.
</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="rsa" type="js" conf="source"/>
<artifact name="rsa-min" type="js" conf="minified"/>
</publications>
<dependencies>
<!-- no dependency required -->
</dependencies>
</ivy-module>