| <?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="org.eclipse.virgo.kernel" module="${ant.project.name}"/> | |
| <configurations> | |
| <include file="${virgo.build.dir}/common/default-ivy-configurations.xml"/> | |
| </configurations> | |
| <publications> | |
| <artifact name="${ant.project.name}"/> | |
| <artifact name="${ant.project.name}-sources" type="src" ext="jar"/> | |
| </publications> | |
| <dependencies> | |
| <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 org="org.springframework.osgi" name="org.springframework.osgi.core" rev="${org.springframework.osgi}" conf="compile->runtime"/> | |
| <dependency org="org.springframework.osgi" name="org.springframework.osgi.extender" rev="${org.springframework.osgi}" conf="compile->runtime"/> | |
| <dependency org="org.springframework.osgi" name="org.springframework.osgi.io" rev="${org.springframework.osgi}" conf="compile->runtime"/> | |
| <dependency org="org.eclipse.virgo.kernel" name="org.eclipse.virgo.kernel.core" rev="latest.integration" conf="compile->compile"/> | |
| <dependency org="org.eclipse.virgo.kernel" name="org.eclipse.virgo.kernel.osgi" rev="latest.integration" conf="compile->compile"/> | |
| <dependency org="org.slf4j" name="com.springsource.slf4j.api" rev="${org.slf4j}" conf="compile->runtime"/> | |
| <dependency org="org.slf4j" name="com.springsource.slf4j.nop" rev="${org.slf4j}" conf="test->runtime"/> | |
| <dependency org="org.eclipse.virgo.medic" name="org.eclipse.virgo.medic" rev="${org.eclipse.virgo.medic}" conf="aspects, compile->runtime"/> | |
| <dependency org="org.eclipse.virgo.medic" name="org.eclipse.virgo.medic.core" rev="${org.eclipse.virgo.medic}" conf="runtime->runtime"/> | |
| <override org="org.springframework" rev="${org.springframework}"/> | |
| <override org="org.eclipse.virgo.util" rev="${org.eclipse.virgo.util}"/> | |
| </dependencies> | |
| </ivy-module> |