Description: Puts in missing "target" attribute to the compiler (prevents FTBFS).

Index: libstruts1.2-java-1.2.9/build.xml
===================================================================
--- libstruts1.2-java-1.2.9.orig/build.xml	2006-04-24 17:34:34.000000000 +0530
+++ libstruts1.2-java-1.2.9/build.xml	2010-04-07 21:54:50.000000000 +0530
@@ -398,7 +398,8 @@
             destdir="${build.home}/library/classes"
             debug="${compile.debug}"
             optimize="${compile.optimize}"
-            deprecation="${compile.deprecation}">
+            deprecation="${compile.deprecation}"
+            target="${compile.target}">
           <classpath refid="compile.classpath"/>
         </javac>
         <copy todir="${build.home}/library/classes">
