CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target cgi-bin.list

cgi-bin.list

  |
  +--init

Copies list executable and support files for WEB

Detail:
<target
	depends="init"
	name="cgi-bin.list"
>
	<-- NB: no dependency to check dest file updates for this target -->

	<copy
		file="${perlbin}/list.pl"
		preservelastmodified="true"
		tofile="${mirror.bin}/list"
	/>
	<-- location specified in list.xml configuration file -->

	<copy
		preservelastmodified="true"
		todir="${mirror}/list-support"
	>
		<fileset
			dir="${cgi-bin.list.source}/htdocs"
			excludes="**/*.bak"
		/>
	</copy>

	<copy
		preservelastmodified="true"
		todir="${mirror.conf}"
	>
		<fileset
			dir="${cgi-bin.list.source}/conf"
			excludes="**/*.bak"
		/>
	</copy>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl