updated spring-library to include web.portlet in .libd and ivy files

This commit is contained in:
Mark Pollack 2009-03-30 14:45:31 +00:00
parent 4c7c30985f
commit 24e8dccd44
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<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"/>
<dependency org="org.springframework" name="org.springframework.web.portlet" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.aopalliance" name="com.springsource.org.aopalliance" rev="1.0.0" conf="compile->compile"/>
</dependencies>

View File

@ -16,4 +16,5 @@ Import-Bundle:
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@]",
org.springframework.web.portlet;version="[@bundle.version@, @bundle.version@]",
com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]"