Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 8bb698c356525c89fd8ae0d81e7268edfc38527c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                                                                                                                                                
                                                                                    






                                                                                           


                                                                                                                                                   
                                                                                                                                                          


                       
<?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}" />

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

	<dependencies>
		<dependency org="${project.organisation}" name="org.eclipse.gemini.web.core" rev="latest.integration" conf="package->runtime"/>
		<dependency org="${project.organisation}" name="org.eclipse.gemini.web.tomcat" rev="latest.integration" conf="package->runtime"/>
		<dependency org="${project.organisation}" name="org.eclipse.gemini.web.extender" rev="latest.integration" conf="package->runtime"/>
		<dependency org="${project.organisation}" name="org.eclipse.gemini.web.jaspic.fragment" rev="latest.integration" conf="package->runtime"/>
	</dependencies>

</ivy-module>

Back to the top