dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20142
Re: [Branch ~dhis2-devs-core/dhis2/trunk] Rev 9076: Commented many dependencies on dhis-service-sms which were breaking the build.
Hmmm, didn't we already remove dhis-service-sms from the build? the code
was aweful..
--
Morten
On Sun, Nov 18, 2012 at 12:17 AM, <noreply@xxxxxxxxxxxxx> wrote:
> ------------------------------------------------------------
> revno: 9076
> committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
> branch nick: dhis2
> timestamp: Sat 2012-11-17 23:15:50 +0000
> message:
> Commented many dependencies on dhis-service-sms which were breaking the
> build.
> modified:
> dhis-2/dhis-services/dhis-service-patient/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-14
> 16:52:37 +0000
> +++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-17
> 23:15:50 +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-web/dhis-web-api/pom.xml'
> --- dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-14 16:52:37 +0000
> +++ dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-17 23:15:50 +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-14 16:52:37 +0000
> +++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-17 23:15:50 +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-14 16:52:37 +0000
> +++
> dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
> 2012-11-17 23:15:50 +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-14 16:52:37 +0000
> +++
> dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml
> 2012-11-17 23:15:50 +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-14 16:52:37 +0000
> +++ dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-17 23:15:50 +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>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References