now it works, i hope
authoridfx <idfx>
Sat, 16 Aug 2003 20:16:42 +0000 (20:16 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 20:16:42 +0000 (20:16 +0000)
build.xml

index 7e84a78..e6b15b6 100755 (executable)
--- a/build.xml
+++ b/build.xml
       <fileset dir="lib/hibernate">
       </fileset>
     </copy>
+    
+    <copy todir="${deploy.classes}">
+       <fileset dir="${dist.src}">
+               <include name="*.xml"/>
+       </fileset>
+    </copy>
   </target>