dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09993
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 255: Removed xhtml goal
------------------------------------------------------------
revno: 255
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2011-01-23 02:00:30 +0100
message:
Removed xhtml goal
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 2011-01-17 08:55:47 +0000
+++ pom.xml 2011-01-23 01:00:30 +0000
@@ -54,7 +54,6 @@
<include name="**/*.css"/>
</fileset>
</copy>
- <!-- delete the file to force the regeneration in the next phase -->
<delete file="target/docbkx/html/dhis2_user_manual_en.html"/>
</postProcess>
</configuration>
@@ -105,26 +104,6 @@
</configuration>
</execution>
<execution>
- <id>xhtml-docs-en</id>
- <phase>package</phase>
- <goals>
- <goal>generate-xhtml</goal>
- </goals>
- <configuration>
- <includes>dhis2_user_manual_en.xml</includes>
- <sourceDirectory>${docbook.source}/en/</sourceDirectory>
- <xhtmlCustomization>${docbook.source}/en/resources/xsl/html-inline-help.xsl</xhtmlCustomization>
- <postProcess>
- <move file="target/docbkx/xhtml/dhis2_user_manual_en.xhtml" tofile="target/docbkx/xhtml/dhis2_user_manual_full.xhtml"/>
- <copy todir="${docbook.target}/en/">
- <fileset dir="target/docbkx/">
- <include name="**/dhis2_user_manual_full.xhtml"/>
- </fileset>
- </copy>
- </postProcess>
- </configuration>
- </execution>
- <execution>
<id>chunked-html-docs-vn</id>
<phase>package</phase>
<goals>
@@ -137,8 +116,7 @@
<sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel>
<chunkedOutput>true</chunkedOutput>
<includes>dhis2_user_manual_vn.xml</includes>
- <sourceDirectory>${docbook.source}/vn/</sourceDirectory>
-
+ <sourceDirectory>${docbook.source}/vn/</sourceDirectory>
<postProcess>
<copy todir="${docbook.target}/vn/">
<fileset dir="target/docbkx/">
@@ -157,7 +135,6 @@
<include name="**/*.css"/>
</fileset>
</copy>
- <!-- delete the file to force the regeneration in the next phase -->
<delete file="target/docbkx/html/dhis2_user_manual_vn.html"/>
</postProcess>
</configuration>
@@ -197,10 +174,10 @@
<fonts>
<font>
<name>DejaVu Sans</name>
- <style>normal</style>
- <weight>normal</weight>
- <embedFile>${project.basedir}/src/fonts/DejaVuSans.ttf</embedFile>
- <metricsFile>${project.basedir}/target/fonts/DejaVuSans-metrics.xml</metricsFile>
+ <style>normal</style>
+ <weight>normal</weight>
+ <embedFile>${project.basedir}/src/fonts/DejaVuSans.ttf</embedFile>
+ <metricsFile>${project.basedir}/target/fonts/DejaVuSans-metrics.xml</metricsFile>
</font>
</fonts>
<argLine>-Xmx1024m</argLine>
@@ -217,26 +194,6 @@
</postProcess>
</configuration>
</execution>
- <execution>
- <id>xhtml-docs-vn</id>
- <phase>package</phase>
- <goals>
- <goal>generate-xhtml</goal>
- </goals>
- <configuration>
- <includes>dhis2_user_manual_vn.xml</includes>
- <sourceDirectory>${docbook.source}/vn/</sourceDirectory>
- <xhtmlCustomization>${docbook.source}/vn/resources/xsl/html-inline-help.xsl</xhtmlCustomization>
- <postProcess>
- <move file="target/docbkx/xhtml/dhis2_user_manual_vn.xhtml" tofile="target/docbkx/xhtml/dhis2_user_manual_full.xhtml"/>
- <copy todir="${docbook.target}/vn/">
- <fileset dir="target/docbkx/">
- <include name="**/dhis2_user_manual_full.xhtml"/>
- </fileset>
- </copy>
- </postProcess>
- </configuration>
- </execution>
</executions>
<dependencies>