Browse Source

SPR-6236: Reintroduce Struts support

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2129 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
77bd4871fd
  1. 1
      build-spring-framework/build.xml
  2. 1
      build-spring-framework/publish.xml

1
build-spring-framework/build.xml

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<pathelement location="../org.springframework.web.servlet"/>
<pathelement location="../org.springframework.web.portlet"/>
<pathelement location="../org.springframework.test"/>
<pathelement location="../org.springframework.web.struts"/>
<pathelement location="../org.springframework.spring-library"/>
<pathelement location="../org.springframework.integration-tests"/>
</path>

1
build-spring-framework/publish.xml

@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
<pathelement location="../org.springframework.web.servlet"/>
<pathelement location="../org.springframework.web.portlet"/>
<pathelement location="../org.springframework.test"/>
<pathelement location="../org.springframework.web.struts"/>
</path>
<path id="modules-with-only-pom-artifacts">

Loading…
Cancel
Save