SPR-6236: Reintroduce Struts support

This commit is contained in:
Arjen Poutsma
2009-10-15 14:04:13 +00:00
parent 7031c31904
commit b42cf25599
3 changed files with 96 additions and 0 deletions

View File

@@ -25,6 +25,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>
<condition property="maven.extension" value=".bat" else="">

View File

@@ -74,6 +74,7 @@
<module>../org.springframework.web.servlet</module>
<module>../org.springframework.web.portlet</module>
<module>../org.springframework.test</module>
<module>../org.springframework.web.struts</module>
</modules>
<profiles>