← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1527: Put all modules back into the build cycle

 

------------------------------------------------------------
revno: 1527
committer: Lars Helge Oeverland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-03-02 08:34:23 +0100
message:
  Put all modules back into the build cycle
modified:
  dhis-2/dhis-web/dhis-web-portal/pom.xml
  dhis-2/dhis-web/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.
=== modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/pom.xml	2010-03-02 06:52:28 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml	2010-03-02 07:34:23 +0000
@@ -120,7 +120,7 @@
       <version>${version}</version>
       <type>war</type>
     </dependency>
-    <!-- <dependency>
+    <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-excel-reporting</artifactId>
       <version>${version}</version>
@@ -131,7 +131,7 @@
       <artifactId>dhis-web-caseentry</artifactId>
       <version>${version}</version>
       <type>war</type>
-    </dependency> -->  
+    </dependency>
     
     
     <!-- India modules -->
@@ -165,14 +165,14 @@
     
     <!-- Vietnam modules -->
     
-   <!--
+    <!--
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-gis</artifactId>
       <version>${version}</version>
       <type>war</type>
     </dependency>  
-  -->
+    -->
     <!-- South Africa modules -->
     
     <!-- 

=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml	2010-03-02 06:52:28 +0000
+++ dhis-2/dhis-web/pom.xml	2010-03-02 07:34:23 +0000
@@ -21,8 +21,8 @@
     <module>dhis-web-reporting</module>
     <module>dhis-web-mapping</module>
     <module>dhis-web-dashboard-integration</module>
-    <!-- <module>dhis-web-excel-reporting</module> -->
-    <!-- <module>dhis-web-caseentry</module> -->
+    <module>dhis-web-excel-reporting</module>
+    <module>dhis-web-caseentry</module>
     <module>dhis-web-portal</module>	
   </modules>