Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 46986e54d5342e759a11b37ae43af6382cc33033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.gemini.web" module="${ant.project.name}" />

	<configurations>
		<include file="${virgo.build.dir}/common/default-ivy-configurations.xml"/>
		<conf name="package" visibility="public" description="Gemini Web bundles"/>
	</configurations>

	<dependencies>
		<dependency org="org.eclipse.gemini.web" name="org.eclipse.gemini.web.core" rev="latest.integration" conf="package->runtime"/>
		<dependency org="org.eclipse.gemini.web" name="org.eclipse.gemini.web.tomcat" rev="latest.integration" conf="package->runtime"/>
		<dependency org="org.eclipse.gemini.web" name="org.eclipse.gemini.web.extender" rev="latest.integration" conf="package->runtime"/>
	</dependencies>

</ivy-module>

Back to the top