dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20037
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9003: minor
------------------------------------------------------------
revno: 9003
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-11-13 16:00:58 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
dhis-2/dhis-web/dhis-web-portal/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-web/dhis-web-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2012-11-08 19:37:56 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2012-11-13 15:00:58 +0000
@@ -47,6 +47,7 @@
dhis-web-mapping=GIS
dhis-web-reporting=Reports
dhis-web-light=Mobile (Light)
+dhis-web-mobile=Mobile (Smartphone)
dhis-web-dashboard-integration=Dashboard
dhis-web-visualizer=Data Visualizer
dhis-web-dashboard=Data Analyser
=== modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/pom.xml 2012-09-12 05:58:51 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2012-11-13 15:00:58 +0000
@@ -1,31 +1,31 @@
<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">
+ 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>
-
+
<parent>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web</artifactId>
<version>2.10-SNAPSHOT</version>
</parent>
-
+
<artifactId>dhis-web-portal</artifactId>
<packaging>war</packaging>
<name>DHIS Web Portal</name>
-
+
<build>
<finalName>dhis</finalName>
</build>
-
+
<dependencies>
-
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- </dependency>
-
+ </dependency>
+
<!-- DHIS -->
-
+
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-commons</artifactId>
@@ -38,22 +38,22 @@
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-api</artifactId>
- </dependency>
-
+ </dependency>
+
<!-- Web maintenance modules -->
-
+
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-datadictionary</artifactId>
<version>${project.version}</version>
<type>war</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-dataset</artifactId>
<version>${project.version}</version>
<type>war</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-organisationunit</artifactId>
@@ -78,19 +78,18 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-patient</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-mobile</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
-
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-importexport</artifactId>
@@ -102,7 +101,7 @@
<artifactId>dhis-web-validationrule</artifactId>
<version>${project.version}</version>
<type>war</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-dataentry</artifactId>
@@ -114,7 +113,7 @@
<artifactId>dhis-web-dashboard-integration</artifactId>
<version>${project.version}</version>
<type>war</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-mapping</artifactId>
@@ -149,7 +148,7 @@
<artifactId>dhis-web-reporting</artifactId>
<version>${project.version}</version>
<type>war</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-visualizer</artifactId>