CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target website.nonimages

website.nonimages

  |
  +--website.nonimage.check
  |
  +--init

Transfers the portion of files to the release area that are not image files (subset of website.files.)

Detail:
<target
	depends="init, website.nonimage.check"
	name="website.nonimages"
>
	<copy
		preservelastmodified="true"
		todir="${website.target}"
	>
		<fileset
			dir="${website.source}"
			includes="css/**, wwwdoc/**"
		>

			<exclude name="**/*image/**"/>
			<-- omit images -->

			<exclude name="**/*.xml"/>
			<--  omit xml source -->

			<exclude name="**/*.bak"/>
			<--  omit detritus -->

			<exclude name="wwwdoc/about_*.txt"/>

			<exclude name="**/*_obsolete"/>

			<exclude name="**/*-hold/**"/>
		</fileset>
	</copy>

	<echo>website.nonimages complete.</echo>
</target>


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