You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/04/25 11:04:38 UTC

svn commit: r1740776 - /sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext

Author: bdelacretaz
Date: Mon Apr 25 09:04:37 2016
New Revision: 1740776

URL: http://svn.apache.org/viewvc?rev=1740776&view=rev
Log:
Tweak titles

Modified:
    sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext

Modified: sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext?rev=1740776&r1=1740775&r2=1740776&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext Mon Apr 25 09:04:37 2016
@@ -24,7 +24,7 @@ When a Managed Service Factory is used,
 
 If a configuration is modified, the file installer will write the configuration back to a file to ensure peristence across restarts (if `sling.fileinstall.writeback` is enabled).
 
-### Property Files
+### Property Files (.cfg)
 
 Configuration files ending in '.cfg' are plain property files (`java.util.Property`). The format is simple:
  	 
@@ -38,7 +38,7 @@ Notice that this model only supports str
     # default port
     ftp.port = 21
 
-### Configuration Files 	
+### Configuration Files (.config)
 
 Configuration files ending in '.config' use the format of the Apache Felix ConfigAdmin implementation. It allows to specify the type and cardinality of a configuration property and is not limited to string values.