← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 446: Commented out RTF execution for now, not in use

 

------------------------------------------------------------
revno: 446
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2012-02-08 20:48:09 +0100
message:
  Commented out RTF execution for now, not in use
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	2012-02-07 10:23:43 +0000
+++ pom.xml	2012-02-08 19:48:09 +0000
@@ -295,7 +295,7 @@
             </configuration>
           </execution>
 		  
-		    <execution>
+		  <execution>
             <id>pdf-documentation-guide</id>
             <phase>package</phase>
             <goals>
@@ -314,6 +314,7 @@
             </configuration>
           </execution>
         
+          <!--
           <execution>
             <id>rtf-docs-en-user</id>
             <phase>package</phase>
@@ -330,8 +331,7 @@
                <copy file="target/docbkx/rtf/dhis2_user_manual_en.rtf" todir="${docbook.target}/en/user" />
               </postProcess>
             </configuration>
-          </execution>
-		  
+          </execution>		  
 		  <execution>
             <id>rtf-docs-en-implementer</id>
             <phase>package</phase>
@@ -348,9 +348,8 @@
                 <copy file="target/docbkx/rtf/dhis2_implementation_guide_en.rtf" todir="${docbook.target}/en/implementer" />
               </postProcess>
             </configuration>
-          </execution>
-		  
-		    <execution>
+          </execution>		  
+		  <execution>
             <id>rtf-docs-en-end-user</id>
             <phase>package</phase>
             <goals>
@@ -367,6 +366,7 @@
               </postProcess>
             </configuration>
           </execution>
+          -->
 		</executions>
         <dependencies>
           <dependency>