2010-04-17 20:16:48 +09:00
|
|
|
<ivy-module version="2.0"
|
|
|
|
xmlns:e="http://ant.apache.org/ivy/extra">
|
|
|
|
|
2010-04-18 01:18:40 +09:00
|
|
|
<info organisation="org"
|
2010-04-17 20:16:48 +09:00
|
|
|
module="${name}" revision="${version}">
|
|
|
|
<ivyauthor name="MessagePack Project" url="http://msgpack.sourceforge.net/"/>
|
|
|
|
<description>MessagePack</description>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
<configurations defaultconfmapping="default">
|
|
|
|
<conf name="default"/> <!-- "runtime" configuration -->
|
|
|
|
<conf name="test"/>
|
|
|
|
<conf name="build" extends="default"/>
|
|
|
|
</configurations>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency org="junit" name="junit" rev="4.8.1" conf="test->default"/>
|
|
|
|
</dependencies>
|
|
|
|
</ivy-module>
|