<?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="commons-attributes"
        revision="2.1"
        status="release"
        publication="20040815000000">
		<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/commons/attributes/">
	    Commons Attributes enables Java programmers to use C#/.Net-style attributes in their code. <br/>
		</description>
	</info>
    <configurations>
        <conf name="runtime" description="Classes needed at runtime"/>
        <conf name="build" description="Compiler needed at buildtime"/>
    </configurations>
    <publications>
        <artifact name="commons-attributes-api" type="jar" conf="runtime"/>
        <artifact name="commons-attributes-compiler" type="jar" conf="build"/>
    </publications>
</ivy-module>
