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

master
Mark Pollack 16 years ago
parent 4c7c30985f
commit 24e8dccd44
  1. 1
      org.springframework.spring-library/ivy.xml
  2. 1
      org.springframework.spring-library/org.springframework.spring-library.libd

@ -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>

@ -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]"

Loading…
Cancel
Save