Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 3630343f5 -> 4d0ced264


[KARAF-3162] Remove reference to PropertiesConverter from the dev guide


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4d0ced26
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4d0ced26
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4d0ced26

Branch: refs/heads/karaf-3.0.x
Commit: 4d0ced26409099c9a1e1c9bf9877c652f8210b6a
Parents: 3630343
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Aug 18 17:54:07 2014 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Aug 18 19:04:44 2014 +0200

----------------------------------------------------------------------
 manual/src/main/webapp/developers-guide/security-framework.conf | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/4d0ced26/manual/src/main/webapp/developers-guide/security-framework.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/developers-guide/security-framework.conf 
b/manual/src/main/webapp/developers-guide/security-framework.conf
index c302f2a..c0d1d8b 100644
--- a/manual/src/main/webapp/developers-guide/security-framework.conf
+++ b/manual/src/main/webapp/developers-guide/security-framework.conf
@@ -32,10 +32,6 @@ Here are two examples using this schema:
            xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0";
            
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";>
 
-    <type-converters>
-        <bean 
class="org.apache.karaf.jaas.modules.properties.PropertiesConverter"/>
-    </type-converters> 
-
     <!-- Bean to allow the $[karaf.base] property to be correctly resolved -->
     <ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]"/>
 

Reply via email to