Revision 693
Added by berkley almost 24 years ago
build.xml | ||
---|---|---|
153 | 153 |
<copydir src="lib" dest="${installdir}" |
154 | 154 |
filtering="yes" |
155 | 155 |
excludes="*.jar,*.properties,web.xml,**/srbrmi/*" /> |
156 |
<mkdir dir="${installdir}/dtd" /> |
|
156 |
<!-- <mkdir dir="${installdir}/dtd" />
|
|
157 | 157 |
<copydir src="../dtd" dest="${installdir}/dtd" |
158 | 158 |
filtering="yes" |
159 |
includes="*.dtd" /> |
|
159 |
includes="*.dtd" />-->
|
|
160 | 160 |
</target> |
161 | 161 |
|
162 | 162 |
<target name="clean" depends="init"> |
Also available in: Unified diff
removed descrpency between the gzipped release version of build.xml and the one in cvs