------------------------------------------------------------ revno: 2292 committer: Jo Størset <[email protected]> branch nick: dhis2 timestamp: Mon 2010-12-06 12:21:21 +0530 message: Added parent pom to mobile SMS modules for easier building (india version of portal now depends on these). added: dhis-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
=== added file 'dhis-mobile/pom.xml' --- dhis-mobile/pom.xml 1970-01-01 00:00:00 +0000 +++ dhis-mobile/pom.xml 2010-12-06 06:51:21 +0000 @@ -0,0 +1,17 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.hisp.dhis</groupId> + <artifactId>dhis-sms</artifactId> + <version>2.0.6-SNAPSHOT</version> + <packaging>pom</packaging> + <name>Mobile SMS Modules</name> + + <modules> + <module>dhis-service-mobile</module> + <module>dhis-web-mobile</module> + </modules> + +</project>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

