bugfix
[mir.git] / build.xml
index c1977a7..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"/>
                        <fileset dir="${deploy.webinf}/lib">
                                <include name="*.jar"/>
                        </fileset>
+                       <path id="classes" path="${deploy.classes}"/>
                </classpath>
                <sysproperty key="org.xml.sax.driver" value="org.apache.xerces.parsers.SAXParser"/> 
        </java>