Project

General

Profile

« Previous | Next » 

Revision 391

Added install feature for copying dtd's to the servlet directory so that
they are accessible to the metacatservlet.

View differences:

build.xml
109 109
       <copydir src="lib" dest="${installdir}"
110 110
                filtering="yes"
111 111
                excludes="*.jar,*.properties,web.xml,**/srbrmi/*" />
112
       <mkdir dir="${installdir}/dtd" />
113
       <copydir src="../dtd" dest="${installdir}/dtd"
114
                filtering="yes"
115
                includes="*.dtd" />
112 116
       <copydir src="images" dest="${installdir}" />
113 117
   </target> 
114 118

  

Also available in: Unified diff