CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target js.keywords

js.keywords


Detail:
<target name="js.keywords">
	<updateRegex
		item="version"
		match="(Libraries v)[\d.]+( API)"
		replaceWith="\1${version}\2"
	>
		<filelist>
			<path>
				<fileset
					dir="${jslib}"
					includes="overview.html"
				/>
			</path>
		</filelist>
	</updateRegex>

	<updateRegex
		item="copyright"
		match="(2001-)\d{4}"
		replaceWith="\1${copyright}"
	>
		<filelist>
			<path>
				<fileset
					dir="${jslib}"
					includes="overview.html"
				/>
			</path>
		</filelist>
	</updateRegex>
</target>


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