let us start using struts
[mir.git] / build.xml
index cf424b1..4f7d893 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -85,6 +85,9 @@
     <fileset dir="lib">
       <include name="*.jar"/>
     </fileset>
+    <fileset dir="lib/struts">
+      <include name="*.jar"/>
+    </fileset>
     <fileset dir="lib/hibernate">
       <include name="*.jar"/>
     </fileset>
         <exclude name="ant.jar"/>
         <exclude name="xerces.jar"/>
       </fileset>
-      <fileset dir="lib/hibernate">
-      </fileset>
+      <fileset dir="lib/hibernate"/>
+      <fileset dir="lib/struts"/>
     </copy>
   </target>