1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Do not build the struts bundle
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/758516
--- a/projects/build-spring-framework/build.xml
+++ b/projects/build-spring-framework/build.xml
@@ -20,7 +20,6 @@
<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="bundles">
|