next steps in new persitence
[mir.git] / build.xml
index 7e84a78..454afe8 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <copy todir="${deploy.home}">
       <fileset dir="web"/>
     </copy>
+        
+    <copy todir="${deploy.webinf}/classes">
+       <fileset dir="source">
+               <include name="**/*.xml"/>
+       </fileset>
+    </copy>
 
     <copy todir="${deploy.webinf}/etc">
       <fileset dir="etc" excludes="bundles/** hibernate.cfg.xml web.xml"/>