first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[mir.git] / build.xml
index 4ae38f4..11c97f7 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <copy   todir="${deploy.home}/WEB-INF/classes">
       <fileset dir="source" includes="**/*.properties"/>
     </copy>
+    <copy   todir="${deploy.home}/WEB-INF/classes">
+      <fileset dir="source" includes="**/*.xml"/>
+    </copy>
+    <copy   todir="${deploy.home}">
+      <fileset dir="source" includes="**/content-types.properties"/>
+    </copy>
   </target>
 
 
          basedir="${deploy.home}"/>
   </target>
 
-</project>
\ No newline at end of file
+</project>