Browse Source

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

conversation
Chris Beams 16 years ago
parent
commit
826c733c9e
  1. 2
      org.springframework.spring-library/ivy.xml
  2. 2
      org.springframework.spring-library/org.springframework.spring-library.libd

2
org.springframework.spring-library/ivy.xml

@ -19,6 +19,7 @@ @@ -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 @@ @@ -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"/>

2
org.springframework.spring-library/org.springframework.spring-library.libd

@ -3,6 +3,7 @@ Library-Version: @bundle.version@ @@ -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: @@ -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@]",

Loading…
Cancel
Save