------------------------------------------------------------ revno: 1013 committer: Jason P. Pickering <[email protected]> branch nick: dhis2-docbook-docs timestamp: Tue 2014-04-08 07:07:27 +0200 message: Minor. Reformatted pom.xml modified: pom.xml
-- lp:~dhis2-documenters/dhis2/dhis2-docbook-docs https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml' --- pom.xml 2014-02-14 07:52:33 +0000 +++ pom.xml 2014-04-08 05:07:27 +0000 @@ -1,295 +1,298 @@ <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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.hisp.dhis</groupId> - <artifactId>dhis-documentation-docbook</artifactId> - <name>DHIS2 Documentation</name> - <version>2.14</version> - <description>DHIS 2 Documentation</description> - <packaging>pom</packaging> - <pluginRepositories> - <pluginRepository> - <id>docbkx.snapshots</id> - <name>Maven Plugin Snapshots</name> - <url>http://docbkx-tools.sourceforge.net/snapshots/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <properties> - <docbkx.plugin.version>2.0.15</docbkx.plugin.version> - <docbook.source>${project.basedir}/src/docbkx</docbook.source> - <docbook.target>${project.basedir}/target/site</docbook.target> - </properties> - <build> - <plugins> - <!--This section dynamically builds the build.properites which is replaced inside the document preface --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <configuration> - <tasks> - <tstamp> - <format property="now" pattern="yyyy-MM-dd HH:mm:ss"/> - </tstamp> - <exec executable="bzr" outputproperty="revision" failifexecutionfails="false"> - <arg line="revno -q"/> - </exec> - <echo file="${project.basedir}/src/docbkx/build.properties" message="<?xml version='1.0' encoding='UTF-8'?><revhistory><revision><revnumber> ${revision}</revnumber><revremark>Version ${project.version} ${now}</revremark></revision></revhistory>" /> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>com.agilejava.docbkx</groupId> - <artifactId>docbkx-maven-plugin</artifactId> - <version>${docbkx.plugin.version}</version> - <configuration> - <xincludeSupported>true</xincludeSupported> - </configuration> - <executions> - <execution> - <id>chunked-html-docs-user</id> - <phase>package</phase> - <goals> - <goal>generate-html</goal> - </goals> - <configuration> - <admonGraphics>1</admonGraphics> - <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> - <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> - <glossaryCollection>resources/glossary_en.xml</glossaryCollection> - <sectionAutolabel>1</sectionAutolabel> - <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> - <chunkedOutput>true</chunkedOutput> - <useEmbedForSvg>1</useEmbedForSvg> - <includes>dhis2_user_manual_en.xml</includes> - <!-- <collectXrefTargets>yes</collectXrefTargets> - <targetsFilename>${docbook.target}/en/user/html/dhis2_user_manual_en.html.target.db</targetsFilename> - <olinkBaseUri>dhis2_user_manual_en.html</olinkBaseUri> --> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <targetDirectory>${docbook.target}/en/user/html/</targetDirectory> - <postProcess> - <copy todir="${docbook.target}/en/user/html/resources/images"> - <fileset dir="src/docbkx/en/resources/images"> - <include name="**/*.png" /> - <include name="**/*.PNG" /> - <include name="**/*.gif" /> - <include name="**/*.jpg" /> - <include name="**/*.svg" /> - </fileset> - </copy> - <copy todir="${docbook.target}/en/user/html/resources/css"> - <fileset dir="src/docbkx/en/resources/css"> - <include name="**/*.css" /> - </fileset> - </copy> - </postProcess> - </configuration> - </execution> - <execution> - <id>chunked-html-docs-end-user</id> - <phase>package</phase> - <goals> - <goal>generate-html</goal> - </goals> - <configuration> - <admonGraphics>1</admonGraphics> - <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> - <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> - <glossaryCollection>resources/glossary_en.xml</glossaryCollection> - <sectionAutolabel>1</sectionAutolabel> - <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> - <chunkedOutput>true</chunkedOutput> - <includes>dhis2_end_user_manual.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <targetDirectory>${docbook.target}/en/end-user/html</targetDirectory> - <postProcess> - <copy todir="${docbook.target}/en/end-user/html/resources/images"> - <fileset dir="src/docbkx/en/resources/images"> - <include name="**/*.png" /> - <include name="**/*.PNG" /> - <include name="**/*.gif" /> - <include name="**/*.jpg" /> - <include name="**/*.svg" /> - </fileset> - </copy> - <copy todir="${docbook.target}/en/end-user/html/resources/css"> - <fileset dir="src/docbkx/en/resources/css"> - <include name="**/*.css" /> - </fileset> - </copy> - </postProcess> - </configuration> - </execution> - <execution> - <id>chunked-html-docs-implementer</id> - <phase>package</phase> - <goals> - <goal>generate-html</goal> - </goals> - <configuration> - <admonGraphics>1</admonGraphics> - <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> - <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> - <glossaryCollection>resources/glossary_en.xml</glossaryCollection> - <sectionAutolabel>1</sectionAutolabel> - <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> - <chunkedOutput>true</chunkedOutput> - <includes>dhis2_implementation_guide_en.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <targetDirectory>${docbook.target}/en/implementer/html</targetDirectory> - <postProcess> - <copy todir="${docbook.target}/en/implementer/html/resources/images"> - <fileset dir="src/docbkx/en/resources/images"> - <include name="**/*.png" /> - <include name="**/*.PNG" /> - <include name="**/*.gif" /> - <include name="**/*.jpg" /> - <include name="**/*.svg" /> - </fileset> - </copy> - <copy todir="${docbook.target}/en/implementer/html/resources/css"> - <fileset dir="src/docbkx/en/resources/css"> - <include name="**/*.css" /> - </fileset> - </copy> - </postProcess> - </configuration> - </execution> - <execution> - <id>html-docs-en</id> - <phase>package</phase> - <goals> - <goal>generate-html</goal> - </goals> - <configuration> - <admonGraphics>1</admonGraphics> - <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> - <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> - <glossaryCollection>resources/glossary_en.xml</glossaryCollection> - <sectionAutolabel>1</sectionAutolabel> - <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> - <chunkedOutput>false</chunkedOutput> - <includes>dhis2_user_manual_en.xml,dhis2_end_user_manual.xml,dhis2_implementation_guide_en.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <postProcess> - <copy file="target/docbkx/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/html/dhis2_user_manual_en_full.html" /> - <copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/en/end-user/html/dhis2_end_user_manual_full.html" /> - <copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en_full.html" /> - </postProcess> - </configuration> - </execution> - <execution> - <id>pdf-docs-en-user</id> - <phase>package</phase> - <goals> - <goal>generate-pdf</goal> - </goals> - <configuration> - <argLine>-Xmx1024m</argLine> - <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> - <doubleSided>1</doubleSided> - <paperType>A4</paperType> - <includes>dhis2_user_manual_en.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <postProcess> - <copy file="target/docbkx/pdf/dhis2_user_manual_en.pdf" todir="${docbook.target}/en/user" /> - </postProcess> - </configuration> - </execution> - <execution> - <id>pdf-docs-en-implementer</id> - <phase>package</phase> - <goals> - <goal>generate-pdf</goal> - </goals> - <configuration> - <argLine>-Xmx1024m</argLine> - <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> - <doubleSided>1</doubleSided> - <paperType>A4</paperType> - <includes>dhis2_implementation_guide_en.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <postProcess> - <copy file="target/docbkx/pdf/dhis2_implementation_guide_en.pdf" todir="${docbook.target}/en/implementer" /> - </postProcess> - </configuration> - </execution> - - <execution> - <id>pdf-docs-en-end-user</id> - <phase>package</phase> - <goals> - <goal>generate-pdf</goal> - </goals> - <configuration> - <argLine>-Xmx1024m</argLine> - <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> - <doubleSided>1</doubleSided> - <paperType>A4</paperType> - <includes>dhis2_end_user_manual.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <postProcess> - <copy file="target/docbkx/pdf/dhis2_end_user_manual.pdf" todir="${docbook.target}/en/end-user" /> - </postProcess> - </configuration> - </execution> - <execution> - <id>pdf-documentation-guide</id> - <phase>package</phase> - <goals> - <goal>generate-pdf</goal> - </goals> - <configuration> - <argLine>-Xmx1024m</argLine> - <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> - <doubleSided>1</doubleSided> - <paperType>A4</paperType> - <includes>dhis2_documentation_guide_book.xml</includes> - <sourceDirectory>${docbook.source}/en/</sourceDirectory> - <postProcess> - <copy file="target/docbkx/pdf/dhis2_documentation_guide_book.pdf" tofile="${docbook.target}/en/implementer/dhis2_documentation_guide.pdf" /> - </postProcess> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.docbook</groupId> - <artifactId>docbook-xml</artifactId> - <version>4.4</version> - <scope>runtime</scope> - </dependency> - </dependencies> - </plugin> - <plugin> - <groupId>com.agilejava.docbkx</groupId> - <artifactId>docbkx-fop-support</artifactId> - <version>${docbkx.plugin.version}</version> - <executions> - <execution> - <phase>generate-resources</phase> - <goals> - <goal>generate</goal> - </goals> - <configuration> - <ansi>false</ansi> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <modelVersion>4.0.0</modelVersion> + <groupId>org.hisp.dhis</groupId> + <artifactId>dhis-documentation-docbook</artifactId> + <name>DHIS2 Documentation</name> + <version>2.14</version> + <description>DHIS 2 Documentation</description> + <packaging>pom</packaging> + <pluginRepositories> + <pluginRepository> + <id>docbkx.snapshots</id> + <name>Maven Plugin Snapshots</name> + <url>http://docbkx-tools.sourceforge.net/snapshots/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + <properties> + <docbkx.plugin.version>2.0.15</docbkx.plugin.version> + <docbook.source>${project.basedir}/src/docbkx</docbook.source> + <docbook.target>${project.basedir}/target/site</docbook.target> + </properties> + <build> + <plugins> + <!--This section dynamically builds the build.properties which is replaced inside the document preface --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <configuration> + <tasks> + <tstamp> + <format property="now" pattern="yyyy-MM-dd HH:mm:ss"/> + </tstamp> + <exec executable="bzr" outputproperty="revision" failifexecutionfails="false"> + <arg line="revno -q"/> + </exec> + <echo file="${project.basedir}/src/docbkx/build.properties" message="<?xml version='1.0' encoding='UTF-8'?><revhistory><revision><revnumber> ${revision}</revnumber><revremark>Version ${project.version} ${now}</revremark></revision></revhistory>" /> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>com.agilejava.docbkx</groupId> + <artifactId>docbkx-maven-plugin</artifactId> + <version>${docbkx.plugin.version}</version> + <configuration> + <xincludeSupported>true</xincludeSupported> + </configuration> + <executions> + <execution> + <id>chunked-html-docs-user</id> + <phase>package</phase> + <goals> + <goal>generate-html</goal> + </goals> + <configuration> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <targetDirectory>${docbook.target}/en/user/html/</targetDirectory> + <admonGraphics>1</admonGraphics> + <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> + <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> + <glossaryCollection>resources/glossary_en.xml</glossaryCollection> + <sectionAutolabel>1</sectionAutolabel> + <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> + <chunkedOutput>true</chunkedOutput> + <useEmbedForSvg>1</useEmbedForSvg> + + <collectXrefTargets>yes</collectXrefTargets> + <targetsFilename>${docbook.target}/en/user/html/dhis2_user_manual_en.html.target.db</targetsFilename> + <olinkBaseUri>dhis2_user_manual_en.html</olinkBaseUri> + <targetDatabaseDocument>olinkdb.xml</targetDatabaseDocument> + + <includes>dhis2_user_manual_en.xml</includes> + <postProcess> + <copy todir="${docbook.target}/en/user/html/resources/images"> + <fileset dir="src/docbkx/en/resources/images"> + <include name="**/*.png" /> + <include name="**/*.PNG" /> + <include name="**/*.gif" /> + <include name="**/*.jpg" /> + <include name="**/*.svg" /> + </fileset> + </copy> + <copy todir="${docbook.target}/en/user/html/resources/css"> + <fileset dir="src/docbkx/en/resources/css"> + <include name="**/*.css" /> + </fileset> + </copy> + </postProcess> + </configuration> + </execution> + <execution> + <id>chunked-html-docs-end-user</id> + <phase>package</phase> + <goals> + <goal>generate-html</goal> + </goals> + <configuration> + <admonGraphics>1</admonGraphics> + <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> + <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> + <glossaryCollection>resources/glossary_en.xml</glossaryCollection> + <sectionAutolabel>1</sectionAutolabel> + <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> + <chunkedOutput>true</chunkedOutput> + <includes>dhis2_end_user_manual.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <targetDirectory>${docbook.target}/en/end-user/html</targetDirectory> + <postProcess> + <copy todir="${docbook.target}/en/end-user/html/resources/images"> + <fileset dir="src/docbkx/en/resources/images"> + <include name="**/*.png" /> + <include name="**/*.PNG" /> + <include name="**/*.gif" /> + <include name="**/*.jpg" /> + <include name="**/*.svg" /> + </fileset> + </copy> + <copy todir="${docbook.target}/en/end-user/html/resources/css"> + <fileset dir="src/docbkx/en/resources/css"> + <include name="**/*.css" /> + </fileset> + </copy> + </postProcess> + </configuration> + </execution> + <execution> + <id>chunked-html-docs-implementer</id> + <phase>package</phase> + <goals> + <goal>generate-html</goal> + </goals> + <configuration> + <admonGraphics>1</admonGraphics> + <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> + <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> + <glossaryCollection>resources/glossary_en.xml</glossaryCollection> + <sectionAutolabel>1</sectionAutolabel> + <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> + <chunkedOutput>true</chunkedOutput> + <includes>dhis2_implementation_guide_en.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <targetDirectory>${docbook.target}/en/implementer/html</targetDirectory> + <postProcess> + <copy todir="${docbook.target}/en/implementer/html/resources/images"> + <fileset dir="src/docbkx/en/resources/images"> + <include name="**/*.png" /> + <include name="**/*.PNG" /> + <include name="**/*.gif" /> + <include name="**/*.jpg" /> + <include name="**/*.svg" /> + </fileset> + </copy> + <copy todir="${docbook.target}/en/implementer/html/resources/css"> + <fileset dir="src/docbkx/en/resources/css"> + <include name="**/*.css" /> + </fileset> + </copy> + </postProcess> + </configuration> + </execution> + <execution> + <id>html-docs-en</id> + <phase>package</phase> + <goals> + <goal>generate-html</goal> + </goals> + <configuration> + <admonGraphics>1</admonGraphics> + <admonGraphicsPath>resources/images/admon/</admonGraphicsPath> + <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet> + <glossaryCollection>resources/glossary_en.xml</glossaryCollection> + <sectionAutolabel>1</sectionAutolabel> + <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel> + <chunkedOutput>false</chunkedOutput> + <includes>dhis2_user_manual_en.xml,dhis2_end_user_manual.xml,dhis2_implementation_guide_en.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <postProcess> + <copy file="target/docbkx/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/html/dhis2_user_manual_en_full.html" /> + <copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/en/end-user/html/dhis2_end_user_manual_full.html" /> + <copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en_full.html" /> + </postProcess> + </configuration> + </execution> + <execution> + <id>pdf-docs-en-user</id> + <phase>package</phase> + <goals> + <goal>generate-pdf</goal> + </goals> + <configuration> + <argLine>-Xmx1024m</argLine> + <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> + <doubleSided>1</doubleSided> + <paperType>A4</paperType> + <includes>dhis2_user_manual_en.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <postProcess> + <copy file="target/docbkx/pdf/dhis2_user_manual_en.pdf" todir="${docbook.target}/en/user" /> + </postProcess> + </configuration> + </execution> + <execution> + <id>pdf-docs-en-implementer</id> + <phase>package</phase> + <goals> + <goal>generate-pdf</goal> + </goals> + <configuration> + <argLine>-Xmx1024m</argLine> + <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> + <doubleSided>1</doubleSided> + <paperType>A4</paperType> + <includes>dhis2_implementation_guide_en.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <postProcess> + <copy file="target/docbkx/pdf/dhis2_implementation_guide_en.pdf" todir="${docbook.target}/en/implementer" /> + </postProcess> + </configuration> + </execution> + + <execution> + <id>pdf-docs-en-end-user</id> + <phase>package</phase> + <goals> + <goal>generate-pdf</goal> + </goals> + <configuration> + <argLine>-Xmx1024m</argLine> + <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> + <doubleSided>1</doubleSided> + <paperType>A4</paperType> + <includes>dhis2_end_user_manual.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <postProcess> + <copy file="target/docbkx/pdf/dhis2_end_user_manual.pdf" todir="${docbook.target}/en/end-user" /> + </postProcess> + </configuration> + </execution> + <execution> + <id>pdf-documentation-guide</id> + <phase>package</phase> + <goals> + <goal>generate-pdf</goal> + </goals> + <configuration> + <argLine>-Xmx1024m</argLine> + <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization> + <doubleSided>1</doubleSided> + <paperType>A4</paperType> + <includes>dhis2_documentation_guide_book.xml</includes> + <sourceDirectory>${docbook.source}/en/</sourceDirectory> + <postProcess> + <copy file="target/docbkx/pdf/dhis2_documentation_guide_book.pdf" tofile="${docbook.target}/en/implementer/dhis2_documentation_guide.pdf" /> + </postProcess> + </configuration> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>org.docbook</groupId> + <artifactId>docbook-xml</artifactId> + <version>4.4</version> + <scope>runtime</scope> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>com.agilejava.docbkx</groupId> + <artifactId>docbkx-fop-support</artifactId> + <version>${docbkx.plugin.version}</version> + <executions> + <execution> + <phase>generate-resources</phase> + <goals> + <goal>generate</goal> + </goals> + <configuration> + <ansi>false</ansi> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </project>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

