dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #05641
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1808: Minor fix
------------------------------------------------------------
revno: 1808
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-04-23 15:44:48 +0200
message:
Minor fix
modified:
resources/util/live
resources/util/tomcat
--
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 'resources/util/live'
--- resources/util/live 2009-12-17 11:33:37 +0000
+++ resources/util/live 2010-04-23 13:44:48 +0000
@@ -1,7 +1,7 @@
#!/bin/sh
-DHIS2_LIVE_HOME=~/development/dhis2-live
-DHIS2_SOURCE_HOME=~/development/src/dhis2
+DHIS2_LIVE_HOME=~/dev/dhis2-live
+DHIS2_SOURCE_HOME=~/dev/src/dhis2
rm -rf ${DHIS2_LIVE_HOME}/webapps/dhis
mkdir ${DHIS2_LIVE_HOME}/webapps/dhis
=== modified file 'resources/util/tomcat'
--- resources/util/tomcat 2009-12-22 07:06:06 +0000
+++ resources/util/tomcat 2010-04-23 13:44:48 +0000
@@ -1,7 +1,7 @@
#!/bin/sh
TOMCAT_LOCAL=/usr/local/lib/tomcat
-DHIS2_SOURCE_HOME=~/development/src/dhis2
+DHIS2_SOURCE_HOME=~/dev/src/dhis2
case $1 in
start)