SPR-6236: Reintroduce Struts support

This commit is contained in:
Arjen Poutsma
2009-10-15 10:31:47 +00:00
parent e24e768054
commit 7fa9105096
33 changed files with 3931 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.web.struts">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>