=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global.properties' --- dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global.properties 2016-01-04 16:36:24 +0000 +++ dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global.properties 2016-01-07 16:26:11 +0000 @@ -49,6 +49,7 @@ dhis-web-maintenance-appmanager=App Management dhis-web-caseentry=Individual Records dhis-web-dataentry=Data Entry +dhis-web-sms=SMS dhis-web-importexport=Import-Export dhis-web-validationrule=Data Quality dhis-web-mapping=GIS @@ -63,14 +64,14 @@ dhis-web-dashboard-integration=Dashboard dhis-web-visualizer=Data Visualizer dhis-web-pivot=Pivot Table +dhis-web-app-management=App Management dhis-web-dashboard=Data Analyser dhis-web-integration=NHRM Integration dhis-web-reports=NRHM Reports dhis-web-dataentry-national=Linelisting Data Entry dhis-web-validationrule-local-in=Validation Analysis -dhis-web-survey=Survey - Target +dhis-web-survey=Survey Target dhis-web-spreadsheet-reporting=Spreadsheet Reports -dhis-web-sms=SMS dhis-web-maintenance-in=Configuration dhis-web-linelisting-mp=Manpower dhis-web-maintenance-rbf=Maintenance RBF === modified file 'dhis-2/dhis-web/dhis-web-apps/pom.xml' --- dhis-2/dhis-web/dhis-web-apps/pom.xml 2015-12-23 21:34:01 +0000 +++ dhis-2/dhis-web/dhis-web-apps/pom.xml 2016-01-07 16:26:11 +0000 @@ -34,7 +34,7 @@ org.hisp.dhis dhis-app-settings - 2.22-SNAPSHOT + ${apps.version} true ${project.build.directory}/${project.artifactId}/dhis-web-settings **/*.* @@ -43,11 +43,20 @@ org.hisp.dhis dhis-app-maintenance - 2.22-SNAPSHOT + ${apps.version} true ${project.build.directory}/${project.artifactId}/dhis-web-maintenance **/*.* + + + org.hisp.dhis + dhis-app-app-management + ${apps.version} + true + ${project.build.directory}/${project.artifactId}/dhis-web-app-management + **/*.* + @@ -101,5 +110,6 @@ ../../ + 2.22-SNAPSHOT === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-apps/src/main/resources/struts.xml 2015-12-24 00:21:36 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/resources/struts.xml 2016-01-07 16:26:11 +0000 @@ -82,4 +82,10 @@ + + + # + + + === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/dhis-web-app-management.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/dhis-web-app-management.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/dhis-web-app-management.png 2016-01-07 16:26:11 +0000 differ