| 123456789101112131415161718 | 
							- # sdocbook
 
- maven.sdocbook.src.dir=${basedir}/docbook
 
- maven.sdocbook.html.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi.xsl
 
- maven.sdocbook.fo.xsl=${maven.sdocbook.stylesheets.dir}/fo/acegi.xsl
 
- maven.sdocbook.htmlchunk.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi-chunk.xsl
 
- # statcvs, if you want a full, accurate history
 
- # (this downloads the *entire* CVS into target/statcvs, so it can take some time)
 
- #statcvs.history=true
 
- # ask statcvs to log parent directories (ie project root, as we're running from /doc)
 
- statcvs.log.options=..
 
- ####################### IMPORTANT STATCVS NOTE #######################
 
- Statcvs will always use the "developer" repository if it is defined. To enable
 
- end users to easily run the "site" goal, we do not define it in doc/project.xml
 
 
  |