SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files

This commit is contained in:
Chris Beams 2009-03-26 14:07:53 +00:00
parent ce24868209
commit 826c733c9e
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<dependencies>
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="compile->compile"/>
@ -26,6 +27,7 @@
<dependency org="org.springframework" name="org.springframework.jdbc" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.jms" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration" conf="compile->compile"/>

View File

@ -3,6 +3,7 @@ Library-Version: @bundle.version@
Library-Name: Spring Framework
Import-Bundle:
org.springframework.aop;version="[@bundle.version@, @bundle.version@]",
org.springframework.asm;version="[@bundle.version@, @bundle.version@]",
org.springframework.aspects;version="[@bundle.version@, @bundle.version@]";import-scope:=application,
org.springframework.beans;version="[@bundle.version@, @bundle.version@]",
org.springframework.context;version="[@bundle.version@, @bundle.version@]",
@ -11,6 +12,7 @@ Import-Bundle:
org.springframework.jdbc;version="[@bundle.version@, @bundle.version@]",
org.springframework.jms;version="[@bundle.version@, @bundle.version@]",
org.springframework.orm;version="[@bundle.version@, @bundle.version@]",
org.springframework.oxm;version="[@bundle.version@, @bundle.version@]",
org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
org.springframework.web;version="[@bundle.version@, @bundle.version@]",
org.springframework.web.servlet;version="[@bundle.version@, @bundle.version@]",