<!-- [Commons-Build] Required: Look and Feel for distributions -->
<postGoal name="xdoc:copy-resources">
<copy todir="${basedir}/target/docs/style/">
<fileset dir="${basedir}/../commons-build/xdocs/style">
<include name='**/*'/>
<exclude name='**/CVS/**'/>
</fileset>
</copy>
</postGoal>This provides css for the documentation included in the distributions and in the site generation. Overall site Look and Feel is maintained, however, each project gets a copy of the css files instead of sharing them all from the the top level project.
Cheers, -Mark
-- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
