| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<?xml-stylesheet type="text/xsl" href="http://www.ivyrep.org/ivy-doc.xsl"?> |
|---|
| 3 |
<ivy-module version="1.3" |
|---|
| 4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 5 |
xsi:noNamespaceSchemaLocation="http://www.jayasoft.org/misc/ivy/ivy.xsd"> |
|---|
| 6 |
<info organisation="kolaka" module="freecast" /> |
|---|
| 7 |
|
|---|
| 8 |
<configurations> |
|---|
| 9 |
<conf name="core"/> |
|---|
| 10 |
<conf name="test"/> |
|---|
| 11 |
<conf name="runtime"/> |
|---|
| 12 |
<conf name="build-docbook"/> |
|---|
| 13 |
<conf name="build-antjxr"/> |
|---|
| 14 |
<conf name="build-xmlreleasenotes"/> |
|---|
| 15 |
</configurations> |
|---|
| 16 |
|
|---|
| 17 |
<dependencies> |
|---|
| 18 |
<dependency org="apache" name="commons-lang" rev="2.1" conf="core->*"/> |
|---|
| 19 |
<dependency org="apache" name="commons-logging" rev="1.1" conf="core->*"/> |
|---|
| 20 |
<dependency org="apache" name="commons-cli" rev="1.0" conf="core->*"/> |
|---|
| 21 |
<dependency org="apache" name="commons-configuration" rev="1.3" conf="core->default"/> |
|---|
| 22 |
<dependency org="apache" name="commons-io" rev="1.2" conf="core->*"/> |
|---|
| 23 |
<dependency org="apache" name="commons-codec" rev="1.3" conf="core->*"/> |
|---|
| 24 |
<dependency org="apache" name="commons-collections" rev="3.2" conf="core->*"/> |
|---|
| 25 |
<dependency org="apache" name="commons-httpclient" rev="3.1-alpha1" conf="core->*"/> |
|---|
| 26 |
<dependency org="apache" name="commons-discovery" rev="0.2" conf="core->*"/> |
|---|
| 27 |
|
|---|
| 28 |
<dependency org="apache-directory" name="mina" rev="0.9.5-SNAPSHOT" conf="core->*"/> |
|---|
| 29 |
|
|---|
| 30 |
<dependency org="mortbay" name="jetty" rev="5.1.9" conf="core->*"/> |
|---|
| 31 |
<dependency org="apache" name="log4j" rev="1.2.13" conf="core->*"/> |
|---|
| 32 |
<dependency org="caucho" name="hessian" rev="3.0.20" conf="core->*"/> |
|---|
| 33 |
<dependency org="flumotion" name="cortado" rev="0.1.0" conf="core->*"/> |
|---|
| 34 |
<dependency org="javawi" name="jstun" rev="0.5.9.2" conf="core->*"/> |
|---|
| 35 |
<dependency org="jdesktop" name="jdic" rev="20060613" conf="core->default"/> |
|---|
| 36 |
<dependency org="douglea" name="concurrent" rev="1.3.4" conf="core->*"/> |
|---|
| 37 |
<dependency org="tritonus" name="tritonus" rev="0.3.6" conf="core->*"> |
|---|
| 38 |
<artifact name="tritonus-share"/> |
|---|
| 39 |
<artifact name="tritonus-vorbis"/> |
|---|
| 40 |
<artifact name="tritonus-core"/> |
|---|
| 41 |
</dependency> |
|---|
| 42 |
<dependency org="javazoom" name="vorbisspi" rev="1.0.2" conf="core->*"/> |
|---|
| 43 |
<dependency org="pietschy" name="wizard-framework" rev="0.1.12" conf="core->*"/> |
|---|
| 44 |
|
|---|
| 45 |
<dependency org="docbook" name="docbook-xsl" rev="1.69.1" conf="build-docbook->*"/> |
|---|
| 46 |
<dependency org="apache" name="xalan" rev="2.7.0" conf="build-docbook->*"/> |
|---|
| 47 |
<dependency org="apache" name="xerces" rev="2.8.0" conf="build-docbook->*"/> |
|---|
| 48 |
<dependency org="apache-xml" name="fop" rev="0.20.5" conf="build-docbook->*"/> |
|---|
| 49 |
<dependency org="sun" name="jai" rev="1.1.2.01" conf="build-docbook->*"/> |
|---|
| 50 |
|
|---|
| 51 |
<dependency org="kolaka" name="ant-jxr" rev="1.1" conf="build-antjxr->*"/> |
|---|
| 52 |
|
|---|
| 53 |
<dependency org="xmlreleasenotes" name="xmlreleasenotes" rev="0.19.2" conf="build-xmlreleasenotes->*"/> |
|---|
| 54 |
|
|---|
| 55 |
<dependency org="javazoom" name="mp3spi" rev="1.9.4" conf="runtime->*"/> |
|---|
| 56 |
<dependency org="slf4j" name="slf4j" rev="1.0.2" conf="runtime->log4j12"/> |
|---|
| 57 |
<dependency org="jdesktop" name="jdic" rev="20060613" conf="runtime->windows-x86,linux-x86,sunos-x86,sunos-sparc"/> |
|---|
| 58 |
<dependency org="apache" name="commons-configuration" rev="1.3" conf="core->runtime"/> |
|---|
| 59 |
|
|---|
| 60 |
<dependency org="mockobjects" name="mockobjects" rev="0.09" conf="test->*"/> |
|---|
| 61 |
<dependency org="easymock" name="easymock" rev="1.1" conf="test->*"/> |
|---|
| 62 |
<dependency org="junit" name="junit" rev="3.8" conf="test->*"/> |
|---|
| 63 |
</dependencies> |
|---|
| 64 |
</ivy-module> |
|---|