I must remember to do 'clean-all' before commiting. The rest of the changes for the 2.1-m4 release.

This commit is contained in:
Ben Hale
2007-09-10 21:08:21 +00:00
parent a31039e83f
commit 8849235cbb
2 changed files with 5 additions and 0 deletions

View File

@@ -54,7 +54,9 @@
<modules>
<!-- Pointing modules at local resolvers speeds resolution performance -->
<module organisation="org.springframework" name="spring-agent" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-aop" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-aspects" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-beans" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-binding" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-context" resolver="spring-projects"/>
@@ -80,12 +82,14 @@
<module organisation="org.springframework" name="spring-struts" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-support" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-test" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-tomcat-weaver" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-toplink" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-tx" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-web" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-webflow" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-webmvc" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-webmvc-portlet" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-webmvc-struts" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-ws-core" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-ws-security" resolver="spring-projects"/>
<module organisation="org.springframework" name="spring-xml" resolver="spring-projects"/>

View File

@@ -43,6 +43,7 @@
<!-- struts only dependencies -->
<dependency org="struts" name="struts" rev="1.2.9" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-webmvc-struts" rev="2.1-m4" conf="buildtime, struts->default" />
<!-- build time only dependencies -->
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />