← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15568: EV, module added.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 15568 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-06-06 11:59:21 +0200
message:
  EV, module added.
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	2014-04-29 13:15:57 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml	2014-06-06 09:55:10 +0000
@@ -198,6 +198,12 @@
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-web-event-visualizer</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-tracker-capture</artifactId>
       <version>${project.version}</version>
       <type>war</type>

=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml	2014-05-15 12:45:17 +0000
+++ dhis-2/dhis-web/pom.xml	2014-06-06 09:55:10 +0000
@@ -32,6 +32,7 @@
     <module>dhis-web-sms</module>
     <module>dhis-web-event-capture</module>
     <module>dhis-web-event-reports</module>
+    <module>dhis-web-event-visualizer</module>
     <module>dhis-web-tracker-capture</module>
     <module>dhis-web-portal</module>
   </modules>