dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19223
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 585: Modified poms. Changing the file name to index.html does not work. This must be done from the HTT...
------------------------------------------------------------
revno: 585
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2012-09-27 16:08:31 +0200
message:
Modified poms. Changing the file name to index.html does not work. This must be done from the HTTP server.
modified:
es-pom.xml
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 'es-pom.xml'
--- es-pom.xml 2012-09-18 17:33:07 +0000
+++ es-pom.xml 2012-09-27 14:08:31 +0000
@@ -130,14 +130,13 @@
<fileset dir="${docbook.target}/es/end-user/html/dhis2_end_user_manual_es" />
</copy>
<delete dir="${docbook.target}/es/end-user/html/dhis2_end_user_manual_es" />
- <move file="${docbook.target}/es/end-user/html/dhis2_end_user_manual_es.html" tofile="${docbook.target}/es/end-user/html/index.html" />
<copy todir="${docbook.target}/es/end-user/html/resources/images">
<fileset dir="src/docbkx/es/resources/images">
<include name="**/*.png" />
- <include name="**/*.PNG" />
+ <include name="**/*.PNG" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
- <include name="**/*.svg" />
+ <include name="**/*.svg" />
</fileset>
</copy>
<copy todir="${docbook.target}/es/end-user/html/resources/css">
@@ -172,7 +171,6 @@
<fileset dir="${docbook.target}/es/implementer/html/dhis2_implementation_guide_es" />
</copy>
<delete dir="${docbook.target}/es/implementer/html/dhis2_implementation_guide_es" />
- <move file="${docbook.target}/es/implementer/html/dhis2_implementation_guide_es.html" tofile="${docbook.target}/es/implementer/html/index.html" />
<copy todir="${docbook.target}/es/implementer/html/resources/images">
<fileset dir="src/docbkx/es/resources/images">
<include name="**/*.png" />
@@ -209,9 +207,9 @@
<includes>dhis2_user_manual_es.xml,dhis2_end_user_manual_es.xml,dhis2_implementation_guide_es.xml</includes>
<sourceDirectory>${docbook.source}/en/</sourceDirectory>
<postProcess>
- <copy file="target/docbkx/html/dhis2_user_manual_es.html" tofile="${docbook.target}/es/user/html/full.html" />
- <copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/es/end-user/html/full.html" />
- <copy file="target/docbkx/html/dhis2_implementation_guide_es.html" tofile="${docbook.target}/es/implementer/html/full.html" />
+ <copy file="target/docbkx/html/dhis2_user_manual_es.html" tofile="${docbook.target}/es/user/html/dhis2_user_manual_es_full.html" />
+ <copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/es/end-user/html/dhis2_user_manual_es_full.html" />
+ <copy file="target/docbkx/html/dhis2_implementation_guide_es.html" tofile="${docbook.target}/es/implementer/html/dhis2_user_manual_es_full.html" />
</postProcess>
</configuration>
</execution>
=== modified file 'pom.xml'
--- pom.xml 2012-07-25 12:19:25 +0000
+++ pom.xml 2012-09-27 14:08:31 +0000
@@ -84,7 +84,6 @@
<fileset dir="${docbook.target}/en/user/html/dhis2_user_manual_en" />
</copy>
<delete dir="${docbook.target}/en/user/html/dhis2_user_manual_en" />
- <move file="${docbook.target}/en/user/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/html/index.html" />
<copy todir="${docbook.target}/en/user/html/resources/images">
<fileset dir="src/docbkx/en/resources/images">
<include name="**/*.png" />
@@ -125,7 +124,6 @@
<fileset dir="${docbook.target}/en/end-user/html/dhis2_end_user_manual" />
</copy>
<delete dir="${docbook.target}/en/end-user/html/dhis2_end_user_manual" />
- <move file="${docbook.target}/en/end-user/html/dhis2_end_user_manual.html" tofile="${docbook.target}/en/end-user/html/index.html" />
<copy todir="${docbook.target}/en/end-user/html/resources/images">
<fileset dir="src/docbkx/en/resources/images">
<include name="**/*.png" />
@@ -166,7 +164,6 @@
<fileset dir="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en" />
</copy>
<delete dir="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en" />
- <move file="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/html/index.html" />
<copy todir="${docbook.target}/en/implementer/html/resources/images">
<fileset dir="src/docbkx/en/resources/images">
<include name="**/*.png" />
@@ -202,9 +199,9 @@
<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/full.html" />
- <copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/en/end-user/html/full.html" />
- <copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/html/full.html" />
+ <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/dhis2_end_user_manual_full.html" />
+ <copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/dhis2_implementation_guide_en_full.html" />
</postProcess>
</configuration>
</execution>