Changelog: May 2014 update 0.12.1 ------------------------------------------------- This is a stability improvement release and we suggest to use it instead of 0.12 Bug fixes: reassign tags to changesets when performing merging of old and new history during incremental reindex fixes #819 create file which stores the latest cached revision also when renamed file handling is disabled fixes #818 Made the limitations on JavaDB versions explicit
13 lines
586 B
XML
13 lines
586 B
XML
$NetBSD: patch-web_WEB-INF_web.xml,v 1.2 2014/10/06 13:36:43 ryoon Exp $
|
|
|
|
--- web/WEB-INF/web.xml.orig 2014-04-29 11:05:25.000000000 +0000
|
|
+++ web/WEB-INF/web.xml
|
|
@@ -5,7 +5,7 @@
|
|
<description>A wicked fast source browser</description>
|
|
<context-param>
|
|
<param-name>CONFIGURATION</param-name>
|
|
- <param-value>/var/opengrok/etc/configuration.xml</param-value>
|
|
+ <param-value>@PREFIX@/share/var/opengrok/etc/configuration.xml</param-value>
|
|
<description>Full path to the configuration file where OpenGrok can read it's configuration</description>
|
|
</context-param>
|
|
|