mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 12:29:44 +01:00
82e5f5f5d6
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3612 50f2f4bb-b051-0410-bef5-90022cba6387
28 lines
989 B
XML
28 lines
989 B
XML
<?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.springframework" module="${ant.project.name}">
|
|
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
|
|
</info>
|
|
|
|
<configurations>
|
|
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
|
|
</configurations>
|
|
|
|
<publications>
|
|
<artifact name="${ant.project.name}"/>
|
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
|
<artifact name="license" type="license" ext="txt"/>
|
|
<artifact name="notice" type="notice" ext="txt"/>
|
|
</publications>
|
|
|
|
<dependencies>
|
|
<dependency org="org.apache.catalina" name="com.springsource.org.apache.catalina" rev="6.0.16" conf="provided->compile"/>
|
|
</dependencies>
|
|
|
|
</ivy-module>
|