← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 740: Moved the documentation project into directory dhis-documentation-docbook. Altered artifactid and...

 

------------------------------------------------------------
revno: 740
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Thu 2009-09-17 17:34:41 +0200
message:
  Moved the documentation project into directory dhis-documentation-docbook. Altered artifactid and packaging.
added:
  docs/dhis-documentation-docbook/
renamed:
  docs/pom.xml => docs/dhis-documentation-docbook/pom.xml
  docs/src/ => docs/dhis-documentation-docbook/src/
modified:
  docs/dhis-documentation-docbook/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== added directory 'docs/dhis-documentation-docbook'
=== renamed file 'docs/pom.xml' => 'docs/dhis-documentation-docbook/pom.xml'
--- docs/pom.xml	2009-09-15 21:06:56 +0000
+++ docs/dhis-documentation-docbook/pom.xml	2009-09-17 15:34:41 +0000
@@ -1,22 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>net.sf.docbook</groupId>
-  <artifactId>docbook-sample</artifactId>
-  <name>DHIS2 Documentation system</name>
-  <packaging>pom</packaging>
+  <groupId>org.hisp.dhis</groupId>
+  <artifactId>dhis-documentation-docbook</artifactId>
+  <name>DHIS 2 Documentation</name>
   <version>1.0.0</version>
-  <description>Sample of DocBook maven artifacts</description>
-  <url>http://sourceforge.net/projects/docbook/</url>
+  <description>DHIS 2 Documentation</description>
 
-<build>
+  <build>
     <plugins>
- <plugin>
+      <plugin>
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
         <configuration>
-<htmlStylesheet>images/docbook_bsd.css</htmlStylesheet>
-
+  	      <htmlStylesheet>images/docbook_bsd.css</htmlStylesheet>
           <postProcess>
             <copy todir="target/site">
               <fileset dir="target/docbkx">
@@ -33,9 +30,8 @@
               </fileset>
             </copy>
           </postProcess>
-        </configuration>
+        </configuration>  
       </plugin>
-    
-</plugins>
+    </plugins>
   </build>
 </project>

=== renamed directory 'docs/src' => 'docs/dhis-documentation-docbook/src'