dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20149
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9078: Re-enabled dhis-service-sms
------------------------------------------------------------
revno: 9078
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-11-19 09:19:02 +0100
message:
Re-enabled dhis-service-sms
modified:
dhis-2/dhis-services/dhis-service-patient/pom.xml
dhis-2/dhis-services/pom.xml
dhis-2/dhis-web/dhis-web-api/pom.xml
dhis-2/dhis-web/dhis-web-caseentry/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml
dhis-2/dhis-web/dhis-web-mobile/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-services/dhis-service-patient/pom.xml'
--- dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-19 08:19:02 +0000
@@ -25,11 +25,11 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-core</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
</dependency>
--->
+
</dependencies>
<properties>
<rootDir>../../</rootDir>
=== modified file 'dhis-2/dhis-services/pom.xml'
--- dhis-2/dhis-services/pom.xml 2012-11-16 14:01:45 +0000
+++ dhis-2/dhis-services/pom.xml 2012-11-19 08:19:02 +0000
@@ -22,6 +22,7 @@
<module>dhis-service-reporting</module>
<module>dhis-service-mapgeneration</module>
<module>dhis-service-aggregationengine-default</module>
+ <module>dhis-service-sms</module>
<module>dhis-service-patient</module>
<module>dhis-service-mobile</module>
<module>dhis-service-integration</module>
=== modified file 'dhis-2/dhis-web/dhis-web-api/pom.xml'
--- dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-19 08:19:02 +0000
@@ -53,10 +53,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-mapgeneration</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
- </dependency>-->
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-api-mobile</artifactId>
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/pom.xml'
--- dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-19 08:19:02 +0000
@@ -39,18 +39,18 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-api</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-core</artifactId>
- </dependency>-->
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-patient</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
- </dependency>-->
+ </dependency>
</dependencies>
<properties>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-19 08:19:02 +0000
@@ -32,10 +32,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-mobile</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
- </dependency>-->
+ </dependency>
</dependencies>
<properties>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-19 08:19:02 +0000
@@ -38,10 +38,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-core</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
- </dependency>-->
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-commons</artifactId>
=== modified file 'dhis-2/dhis-web/dhis-web-mobile/pom.xml'
--- dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-17 23:15:50 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-19 08:19:02 +0000
@@ -66,10 +66,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-mapgeneration</artifactId>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
- </dependency>-->
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-api-mobile</artifactId>