You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/08/18 17:54:42 UTC

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

Repository: karaf
Updated Branches:
  refs/heads/master b66b6811e -> 3de1efc46


[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/3de1efc4
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/3de1efc4
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/3de1efc4

Branch: refs/heads/master
Commit: 3de1efc462484312c1a0fd9e966c33826abbb8de
Parents: b66b681
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Aug 18 17:54:07 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Aug 18 17:54:07 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/3de1efc4/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 6c12cad..e75df3b 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="]"/>