You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
777 B
18 lines
777 B
# 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
|
|
|