From 4c115b9e18fad2a2e03fad456d1ad8a71b3963da Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de>
Date: Fri, 14 Sep 2012 10:22:40 +0200
Subject: [PATCH] (Re)moved config.properties to config.properties.example

This MUST be done because local developer settings ARE different to
the given example settings.

Deployed settings MUST be prepared by build process to match production
environment.

DO NOT expect local example settings will match all production settings.
---
 src/main/webapp/{config.properties => config.properties.example} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename src/main/webapp/{config.properties => config.properties.example} (100%)

diff --git a/src/main/webapp/config.properties b/src/main/webapp/config.properties.example
similarity index 100%
rename from src/main/webapp/config.properties
rename to src/main/webapp/config.properties.example
-- 
GitLab