root/tags/0.2/ivy.xml

Revision 2800, 0.9 kB (checked in by michael, 5 years ago)

Some tidy ups

Line 
1 <ivy-module version="1.3">
2   <info organisation="sarugo" module="xtc" revision="1.0.0" status="integration">
3     <license name="CDDL" url="http://www.sun.com/cddl/"/>
4   </info>
5   <configurations>
6     <conf name="default" description="Runtime configuration"/>
7     <conf name="compile" visibility="private"/>
8     <conf name="test" visibility="private" extends="default,compile"/>
9   </configurations>
10   <dependencies>
11     <dependency org="org.restlet" name="org.restlet" rev="1.0.1" conf="default,compile->default"/>
12     <dependency org="com.noelios.restlet" name="com.noelios.restlet.ext.simple" rev="1.0.1" conf="default"/>
13     <dependency org="de.odysseus.juel" name="juel" rev="2.1.0" conf="default,compile->default"/>
14     <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
15     <dependency org="xmlunit" name="xmlunit" rev="1.0" conf="test->default"/>
16   </dependencies>
17 </ivy-module>
Note: See TracBrowser for help on using the browser.