blob: 7613cffc777097cefd2a04314fafc27314876e6c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
version="1.3">
<info organisation="${project.organisation}" module="${ant.project.name}">
<ivyauthor name="rharrop"/>
</info>
<configurations>
<include file="${virgo.build.dir}/common/default-ivy-configurations.xml"/>
</configurations>
<publications>
</publications>
<dependencies>
<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="${org.springframework}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="${org.springframework}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context.support" rev="${org.springframework}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.core" rev="${org.springframework}" conf="compile->runtime"/>
<dependency name='org.eclipse.osgi' rev='${org.eclipse.osgi}' org="org.eclipse.virgo.mirrored" conf='compile->runtime'/>
</dependencies>
</ivy-module>