ciform/minilib/ivy.xml
cbonar e518e6807e # 'javascript' source directories become 'js'
# scripts and properties synchronized
# sample common properties now include a directory name (so the user really just has to unzip in tools/)
2012-02-01 13:06:00 +01:00

20 lines
997 B
XML

<ivy-module version="2.0">
<info organisation="nicommons.javascript" module="minilib" revision="1.0.0" status="integration">
<license name="BSD simplified" url="http://www.opensource.org/licenses/BSD-2-Clause"/>
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=minilib+ivy"/>
<description homepage="http://ciform.googlecode.com">
Small set of core Javascript functions to avoid dependending on bigger frameworks like jquery when possible.
</description>
</info>
<configurations>
<conf name="source" description="The library in clear, meaning visible source code and comments." />
<conf name="minified" description="An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment. " />
</configurations>
<publications>
<artifact name="minilib" type="js"/>
</publications>
<dependencies>
<!-- none -->
</dependencies>
</ivy-module>