source: main/trunk/package-kits/linux/files/global.properties.patch@ 29577

Last change on this file since 29577 was 29577, checked in by Jeremy Symon, 9 years ago

Lots of changes to get edit mode working. Changed variable marker to %var% instead of @var@ in order to differentiate from greenstone build variables, which allows variables to be used in patch files now. Added wget dependency. Enabled cgi scripts. Added patches to set correct settings in global.properties, gsdl3site.cfg.

File size: 582 bytes
RevLine 
[29577]1--- resources/web/global.properties.in.orig 2014-12-10 18:41:42.063343626 +1300
2+++ resources/web/global.properties.in 2014-12-10 18:41:57.547117847 +1300
3@@ -5,8 +5,8 @@
4 #If you want to specify the gsdl3.home manually then uncomment this line
5 #in resources/java/global.properties.in, not global.properties since
6 #the latter is repeatedly re-generated from global.properties.in
7-#gsdl3.home=@gsdl3home@
8-#gsdl3.writablehome=@gsdl3writablehome@
9+gsdl3.home=%WEB%
10+gsdl3.writablehome=%WEB%
11 gsdl3.version=@gsdl3version@
12
13 [email protected]@
Note: See TracBrowser for help on using the repository browser.