fixed long standing bug that caused media handling not to work for people.
authormh <mh>
Mon, 8 Oct 2001 16:54:13 +0000 (16:54 +0000)
committermh <mh>
Mon, 8 Oct 2001 16:54:13 +0000 (16:54 +0000)
build.xml somehow never got commited before... :(

build.xml

index 4ae38f4..6f7e15d 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}">
+      <fileset dir="source" includes="**/content-types.properties"/>
+    </copy>
   </target>
 
 
          basedir="${deploy.home}"/>
   </target>
 
-</project>
\ No newline at end of file
+</project>