← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2609: Added Dependency for Survey Module in india-pom

 

------------------------------------------------------------
revno: 2609
committer: Bharath <chbharathk@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-01-18 15:07:13 +0530
message:
  Added Dependency for Survey Module in india-pom
modified:
  dhis-2/dhis-web/dhis-web-portal/india-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/india-pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/india-pom.xml	2011-01-17 12:36:20 +0000
+++ dhis-2/dhis-web/dhis-web-portal/india-pom.xml	2011-01-18 09:37:13 +0000
@@ -187,6 +187,13 @@
       <type>war</type>
     </dependency>
 
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-web-survey</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
+	
 <!-- SMS Mobile application -->
 
     <dependency>
@@ -195,17 +202,7 @@
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
-
-	
-<!--
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-web-validationrule-local-in</artifactId>
-      <version>${project.version}</version>
-      <type>war</type>
-    </dependency> -->
-   
-    
+       
   </dependencies>
   <properties>
     <rootDir>../../</rootDir>