mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 16:10:07 +02:00
# scripts and properties synchronized # sample common properties now include a directory name (so the user really just has to unzip in tools/)
20 lines
997 B
XML
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>
|