Reverted trunk back to revision 800 as requested by Tri.
On Tue, Sep 29, 2009 at 12:51 PM, <[email protected]> wrote: > ------------------------------------------------------------ > revno: 802 > committer: Tran Thanh Tri <Tran Thanh t...@compaq> > branch nick: trunk > timestamp: Tue 2009-09-29 17:27:29 +0700 > message: > dhis-web-portal/pom.xml > modified: > > > dhis-2/dhis-options/src/main/java/org/hisp/dhis/options/SystemSettingManager.java > dhis-2/dhis-web/dhis-web-portal/pom.xml > local/vn/dhis-web-gis/pom.xml > > > -- > lp:dhis2 > https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk<https://code.launchpad.net/%7Edhis2-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<https://code.launchpad.net/%7Edhis2-devs-core/dhis2/trunk/+edit-subscription> > . > > === modified file > 'dhis-2/dhis-options/src/main/java/org/hisp/dhis/options/SystemSettingManager.java' > --- > dhis-2/dhis-options/src/main/java/org/hisp/dhis/options/SystemSettingManager.java > 2009-09-14 19:02:15 +0000 > +++ > dhis-2/dhis-options/src/main/java/org/hisp/dhis/options/SystemSettingManager.java > 2009-09-29 10:27:29 +0000 > @@ -53,6 +53,8 @@ > > final String KEY_GIS_LONGITUDE = "longitude"; > final String KEY_GIS_LATITUDE = "latitude"; > + > + > > void saveSystemSetting( String name, Serializable value ); > > > === modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml' > --- dhis-2/dhis-web/dhis-web-portal/pom.xml 2009-09-28 19:33:22 +0000 > +++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2009-09-29 10:27:29 +0000 > @@ -113,15 +113,14 @@ > <artifactId>dhis-web-mapping</artifactId> > <version>${version}</version> > <type>war</type> > - </dependency> > - <!-- > + </dependency> > <dependency> > <groupId>org.hisp.dhis</groupId> > <artifactId>dhis-web-excel-reporting</artifactId> > <version>${version}</version> > <type>war</type> > </dependency> > - --> > + > > <!-- India modules --> > > @@ -153,15 +152,15 @@ > --> > > <!-- Vietnam modules --> > + <!-- > > - <!-- > <dependency> > <groupId>org.hisp.dhis</groupId> > <artifactId>dhis-web-gis</artifactId> > <version>${version}</version> > <type>war</type> > </dependency> > - --> > + --> > > <!-- South Africa modules --> > > > === modified file 'local/vn/dhis-web-gis/pom.xml' > --- local/vn/dhis-web-gis/pom.xml 2009-09-11 11:46:20 +0000 > +++ local/vn/dhis-web-gis/pom.xml 2009-09-29 10:27:29 +0000 > @@ -9,7 +9,7 @@ > </parent> > > <artifactId>dhis-web-gis</artifactId> > - <packaging>jar</packaging> > + <packaging>war</packaging> > <name>DHIS GIS</name> > > <build> > > > _______________________________________________ > Mailing list: > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : [email protected] > Unsubscribe : > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

