Changeset 14514
- Timestamp:
- 2007-09-11T14:50:29+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/branches/3-03/dist-resources/dist-build.xml
r14510 r14514 304 304 <target name="get-documented-collections" depends="init"> 305 305 <property name="collect.home" value="${basedir}/web/sites/localsite/collect"/> 306 <copy todir="${collect.home}/MARC-e"> 307 <fileset dir="${documented.collections.home}/MARC-e"/> 308 </copy> 309 <copy todir="${collect.home}/cltbib-e"> 310 <fileset dir="${documented.collections.home}/cltbib-e"/> 306 307 <copy todir="${collect.home}/authen-e"> 308 <fileset dir="${documented.collections.home}/authen-e"/> 309 </copy> 310 <copy todir="${collect.home}/bibliog1"> 311 <fileset dir="${documented.collections.home}/bibliog1"/> 312 </copy> 313 <copy todir="${collect.home}/bibliogr"> 314 <fileset dir="${documented.collections.home}/bibliogr"/> 311 315 </copy> 312 316 <copy todir="${collect.home}/dls-e"> … … 333 337 <copy todir="${collect.home}/wrdpdf-e"> 334 338 <fileset dir="${documented.collections.home}/wrdpdf-e"/> 339 </copy> 340 341 <copy todir="${collect.home}/garish"> 342 <fileset dir="${documented.collections.home}/garish"/> 343 </copy> 344 <copy todir="${collect.home}/marcexam"> 345 <fileset dir="${documented.collections.home}/marcexam"/> 346 </copy> 347 <copy todir="${collect.home}/style-e"> 348 <fileset dir="${documented.collections.home}/style-e"/> 349 </copy> 350 <copy todir="${collect.home}/wiki"> 351 <fileset dir="${documented.collections.home}/wiki"/> 335 352 </copy> 336 353 </target>
Note:
See TracChangeset
for help on using the changeset viewer.