You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2014/12/12 00:17:20 UTC

svn commit: r1644788 - /incubator/tamaya/site/trunk/content/modules.mdtext

Author: anatole
Date: Thu Dec 11 23:17:20 2014
New Revision: 1644788

URL: http://svn.apache.org/r1644788
Log:
CMS commit to tamaya by anatole

Modified:
    incubator/tamaya/site/trunk/content/modules.mdtext

Modified: incubator/tamaya/site/trunk/content/modules.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/modules.mdtext?rev=1644788&r1=1644787&r2=1644788&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/modules.mdtext (original)
+++ incubator/tamaya/site/trunk/content/modules.mdtext Thu Dec 11 23:17:20 2014
@@ -90,8 +90,11 @@ in a minimal setup, you must provide, e.
 
 This will allow you to organize your configuration as follows:
 
+    // defaults:
     classpath:META-INF/cfg/default/**/*.xml,classpath:META-INF/cfg/default/**/*.properties,classpath:META-INF/cfg/default/**/*.ini
+    // may be overriden by file defaults, and:
     classpath:META-INF/cfg/config/**/*.xml,classpath:META-INF/cfg/config/**/*.properties,classpath:META-INF/cfg/config/**/*.ini
+    // may be overriden by file config
 
 Additional you set the following two system properties to define external properties to be 
 considered that will **override** the configuration provided with your code: