dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28028
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13967: proper rename of fred/ohie module
------------------------------------------------------------
revno: 13967
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-02-10 11:13:08 +0700
message:
proper rename of fred/ohie module
modified:
dhis-2/dhis-web/dhis-web-ohie/pom.xml
dhis-2/dhis-web/dhis-web-ohie/src/main/resources/struts.xml
dhis-2/dhis-web/dhis-web-portal/india-pom.xml
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-ohie/pom.xml'
--- dhis-2/dhis-web/dhis-web-ohie/pom.xml 2014-01-15 13:02:27 +0000
+++ dhis-2/dhis-web/dhis-web-ohie/pom.xml 2014-02-10 04:13:08 +0000
@@ -8,12 +8,12 @@
<version>2.15-SNAPSHOT</version>
</parent>
- <artifactId>dhis-web-api-fred</artifactId>
+ <artifactId>dhis-web-ohie</artifactId>
<packaging>war</packaging>
- <name>DHIS 2 Web-API FRED Implementation</name>
+ <name>DHIS 2 OHIE Implementations</name>
<build>
- <finalName>dhis-web-api-fred</finalName>
+ <finalName>dhis-web-ohie</finalName>
</build>
<dependencies>
=== modified file 'dhis-2/dhis-web/dhis-web-ohie/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-ohie/src/main/resources/struts.xml 2014-01-15 13:02:27 +0000
+++ dhis-2/dhis-web/dhis-web-ohie/src/main/resources/struts.xml 2014-02-10 04:13:08 +0000
@@ -5,7 +5,10 @@
<struts>
<include file="dhis-web-commons.xml" />
- <package name="dhis-web-api-fred" extends="dhis-web-commons" namespace="/api-fred">
+ <package name="dhis-web-ohie" extends="dhis-web-commons" namespace="/ohie">
+ </package>
+
+ <package name="dhis-web-api-fred" extends="dhis-web-commons" namespace="/ohie/fred">
<action name="" class="org.hisp.dhis.commons.action.NoAction">
<param name="requiredAuthorities">F_FRED_CREATE, F_FRED_UPDATE, F_FRED_DELETE</param>
=== modified file 'dhis-2/dhis-web/dhis-web-portal/india-pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/india-pom.xml 2014-01-09 21:56:49 +0000
+++ dhis-2/dhis-web/dhis-web-portal/india-pom.xml 2014-02-10 04:13:08 +0000
@@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-web-api-fred</artifactId>
+ <artifactId>dhis-web-ohie</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
=== modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/pom.xml 2014-01-09 21:56:49 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2014-02-10 04:13:08 +0000
@@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-web-api-fred</artifactId>
+ <artifactId>dhis-web-ohie</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>