dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02378
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 802: dhis-web-portal/pom.xml
------------------------------------------------------------
revno: 802
committer: Tran Thanh Tri <Tran Thanh Tri@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
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-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>
Follow ups