summaryrefslogtreecommitdiff
path: root/opengrok-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opengrok-config.xml')
-rw-r--r--opengrok-config.xml134
1 files changed, 0 insertions, 134 deletions
diff --git a/opengrok-config.xml b/opengrok-config.xml
deleted file mode 100644
index 4ca52d4..0000000
--- a/opengrok-config.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java version="1.6.0" class="java.beans.XMLDecoder">
- <object class="org.opensolaris.opengrok.configuration.Configuration">
- <void property="ctags">
- <string>/usr/bin/ctags</string>
- </void>
- <void property="dataRoot">
- <string>/var/opengrok/data</string>
- </void>
- <void property="projects">
- <void method="add">
- <object class="org.opensolaris.opengrok.configuration.Project">
- <void property="description">
- <string>binfilter</string>
- </void>
- <void property="path">
- <string>/binfilter</string>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.configuration.Project">
- <void property="description">
- <string>help</string>
- </void>
- <void property="path">
- <string>/help</string>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.configuration.Project">
- <void property="description">
- <string>core</string>
- </void>
- <void property="path">
- <string>/core</string>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.configuration.Project">
- <void property="description">
- <string>translations</string>
- </void>
- <void property="path">
- <string>/translations</string>
- </void>
- </object>
- </void>
- </void>
- <void property="repositories">
- <void method="add">
- <object class="org.opensolaris.opengrok.history.RepositoryInfo">
- <void property="datePattern">
- <string>EEE MMM dd hh:mm:ss yyyy ZZZZ</string>
- </void>
- <void property="directoryName">
- <string>/srv/git/binfilter</string>
- </void>
- <void property="type">
- <string>git</string>
- </void>
- <void property="working">
- <boolean>true</boolean>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.history.RepositoryInfo">
- <void property="datePattern">
- <string>EEE MMM dd hh:mm:ss yyyy ZZZZ</string>
- </void>
- <void property="directoryName">
- <string>/srv/git/help</string>
- </void>
- <void property="type">
- <string>git</string>
- </void>
- <void property="working">
- <boolean>true</boolean>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.history.RepositoryInfo">
- <void property="datePattern">
- <string>EEE MMM dd hh:mm:ss yyyy ZZZZ</string>
- </void>
- <void property="directoryName">
- <string>/srv/git/core</string>
- </void>
- <void property="type">
- <string>git</string>
- </void>
- <void property="working">
- <boolean>true</boolean>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="org.opensolaris.opengrok.history.RepositoryInfo">
- <void property="datePattern">
- <string>EEE MMM dd hh:mm:ss yyyy ZZZZ</string>
- </void>
- <void property="directoryName">
- <string>/srv/git/translations</string>
- </void>
- <void property="type">
- <string>git</string>
- </void>
- <void property="working">
- <boolean>true</boolean>
- </void>
- </object>
- </void>
- </void>
- <void property="sourceRoot">
- <string>/srv/git</string>
- </void>
- <void property="urlPrefix">
- <string>/s?</string>
- </void>
- <void property="webappLAF">
- <string>libreoffice</string>
- </void>
- <void property="bugPage">
- <string>https://bugs.freedesktop.org/show_bug.cgi?id=</string>
- </void>
- <void property="bugPattern">
- <string>(?:fdo#|#fdo)([123456789][0-9]+)</string>
- </void>
- </object>
-</java>