| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2011-2012 ForgeRock AS |
| | | ! |
| | | ! |
| | | --> |
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | |
| | | |
| | | <includes>*/OpenDJ-*.xml</includes> |
| | | <xincludeSupported>true</xincludeSupported> |
| | | |
| | | |
| | | <fonts> |
| | | <font> |
| | | <name>DejaVuSans</name> |
| | |
| | | <!-- <targetDatabaseDocument>${basedir}/src/main/docbkx/olinkdb.xml</targetDatabaseDocument> --> |
| | | <chunkedOutput>true</chunkedOutput> |
| | | <htmlCustomization>${dbstyle-dir}/html/chunked.xsl</htmlCustomization> |
| | | |
| | | |
| | | <preProcess> |
| | | <copy todir="${docbkx-out}/html/admin-guide/OpenDJ-Admin-Guide/images"> |
| | | <fileset dir="${docbkx-src}/admin-guide/images" /> |
| | |
| | | <include name="**/**/**/*.html" /> |
| | | <replacevalue><script type="text/javascript"> |
| | | var _gaq = _gaq || []; |
| | | _gaq.push(['_setAccount', 'UA-23412190-2']); |
| | | _gaq.push(['_setAccount', 'UA-23412190-8']); |
| | | _gaq.push(['_trackPageview']); |
| | | (function() { |
| | | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| | |
| | | <fileset dir="${basedir}/src/main/resources" /> |
| | | </copy> |
| | | </preProcess> |
| | | |
| | | |
| | | <postProcess> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/admin-guide" /> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/dev-guide" /> |