Show ivy.xml syntax highlighted
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module version="1.0">
<info organisation="org.smartfrog" module="sf-arithmetic-testharness">
<license name="LGPL"/>
<ivyauthor name="Hewlett-Packard" url="http://www.smartfrog.org"/>
<description>
arithmetic testharness
Created 13-Jun-2007 by slo
</description>
</info>
<!-- FIXME: Ivy 1.4.1 buildlist bug
<configurations defaultconfmapping="default">
<include file="../../antbuild/ivy/configurations.xml"/>
</configurations>
-->
<configurations defaultconfmapping="default">
<conf name="default" extends="master,runtime"/>
<conf name="build" visibility="private"
description="artifacts needed to build the application"/>
<conf name="compile" visibility="private"
description="artifacts needed to compile the application"/>
<conf name="daemon" visibility="private"
description="the classpath needed to run smartfrog daemons"/>
<conf name="test" extends="default"
description="the classpath needed to run tests"/>
<conf name="master" description="contains the artifact but no dependencies"/>
<conf name="redist" description="redistributals excluding smartfrog artifacts"/>
<conf name="runtime" description="runtime but not the artifact"
extends="redist"/>
</configurations>
<publications>
<!--get the artifact from our module name-->
<artifact conf="master"/>
</publications>
<dependencies>
<dependency org="org.smartfrog"
name="smartfrog"
changing="true"
rev="latest.integration"
conf="compile,runtime,daemon->services"/>
<dependency org="org.smartfrog"
name="sf-tasks"
changing="true"
rev="latest.integration"
conf="build->default"/>
<dependency org="org.smartfrog"
name="sf-testharness"
changing="true"
rev="latest.integration"
conf="test->default"/>
<dependency org="org.smartfrog"
name="sf-net"
changing="true"
rev="latest.integration"
conf="compile,runtime,daemon->default"/>
<dependency org="org.smartfrog"
name="sf-scripting"
changing="true"
rev="latest.integration"
conf="compile,runtime,daemon->default"/>
<dependency org="velocity"
name="velocity"
rev="${velocity.version}"
conf="compile,daemon,test,redist->default"/>
<dependency org="org.beanshell"
name="bsh"
rev="${bsh.version}"
conf="daemon,test,redist->default"/>
</dependencies>
</ivy-module>
See more files for this project here