dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18124
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7513: local vn - Fixed pom.xml in PhieuSanh module.
------------------------------------------------------------
revno: 7513
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-07-05 14:40:56 +0700
message:
local vn - Fixed pom.xml in PhieuSanh module.
modified:
local/vn/dhis-web-phieusanh/pom.xml
local/vn/dhis-web-phieusanh/src/main/webapp/WEB-INF/web.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 'local/vn/dhis-web-phieusanh/pom.xml'
--- local/vn/dhis-web-phieusanh/pom.xml 2012-06-28 08:17:52 +0000
+++ local/vn/dhis-web-phieusanh/pom.xml 2012-07-05 07:40:56 +0000
@@ -9,21 +9,16 @@
<version>2.9-SNAPSHOT</version>
</parent>
- <artifactId>dhis-web-caseentry</artifactId>
+ <artifactId>dhis-web-phieusanh</artifactId>
<packaging>war</packaging>
- <name>DHIS Case Entry</name>
+ <name>DHIS Phieu Sanh</name>
<build>
- <finalName>dhis-web-caseentry</finalName>
+ <finalName>dhis-web-phieusanh</finalName>
</build>
<dependencies>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
-
+
<!-- DHIS -->
<dependency>
@@ -34,20 +29,12 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-commons-resources</artifactId>
<type>war</type>
- </dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-web-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-patient</artifactId>
- </dependency>
-
+ </dependency>
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-service-patient</artifactId>
+ </dependency>
+
</dependencies>
<properties>
<rootDir>../../</rootDir>
=== modified file 'local/vn/dhis-web-phieusanh/src/main/webapp/WEB-INF/web.xml'
--- local/vn/dhis-web-phieusanh/src/main/webapp/WEB-INF/web.xml 2012-06-28 08:17:52 +0000
+++ local/vn/dhis-web-phieusanh/src/main/webapp/WEB-INF/web.xml 2012-07-05 07:40:56 +0000
@@ -2,7 +2,7 @@
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
- <display-name>DHIS Web Spreadsheet Reporting</display-name>
+ <display-name>DHIS Web Phieu Sanh</display-name>
<context-param>
<param-name>contextConfigLocation</param-name>
@@ -18,7 +18,7 @@
<filter-class>org.hisp.dhis.servlet.filter.HttpRedirectFilter</filter-class>
<init-param>
<param-name>redirectPath</param-name>
- <param-value>dhis-web-spreadsheet-reporting/index.action</param-value>
+ <param-value>dhis-web-phieusanh/index.action</param-value>
</init-param>
</filter>
<filter>