<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.jayasoft.fr/org/ivyrep/ivy-doc.xsl"?>
<ivy-module version="1.0">
    <info
        organisation="apache"
        module="velocity"
        revision="1.4"
        status="release"
        publication="20040414091100">
		<license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
		<ivyauthor name="jayasoft" url="http://www.jayasoft.org/"/>

		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
		<repository name="ibiblio" url="http://www.ibiblio.org/maven/" pattern="[module]/jars/[artifact]-[revision].jar" ivys="false" artifacts="true"/>

		<description homepage="http://jakarta.apache.org/velocity/index.html">
	  Velocity is a Java-based template engine. It can be used as a standalone utility for generating source code, HTML, reports, or it can be combined with other systems to provide template services.<br/>
		</description>
	</info>
    <configurations>
        <conf name="velocity-dep" description="Velocity-dep jar with dependencies" visibility="public"/>
    </configurations>
    <publications>
        <artifact name="velocity-dep" type="jar" conf="velocity-dep"/>
    </publications>
    <dependencies>
        <dependency org="apache" name="commons-collections" rev="1.0"/>
    </dependencies>
</ivy-module>

