]> source.dussan.org Git - archiva.git/commitdiff
fix component samples declaration and removed not anymore used
authorOlivier Lamy <olamy@apache.org>
Thu, 20 Dec 2012 00:13:30 +0000 (00:13 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 20 Dec 2012 00:13:30 +0000 (00:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1424240 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml

index 223983db28b7b66320a764c273ee5084205235c4..b71e6d98f57bbb902d5f9e42f43cd779d086ae17 100644 (file)
 
   <alias name="ldapConnectionFactory#archiva" alias="ldapConnectionFactory"/>
   <alias name="ldapConnectionFactory#archiva" alias="ldapConnectionFactory#configurable"/>
-    
-    <!-- <component>
-      <role>org.apache.archiva.webdav.util.MimeTypes</role>
-      <implementation>org.apache.archiva.webdav.util.MimeTypes</implementation>
-      <description>MimeTypes</description>
-      <configuration>
-        <resource>archiva-mime-types.txt</resource>
-      </configuration>
-    </component> -->
-
-    <!--
-     
-    If caching is desired to improve performance then make uncomment this and make sure the following configuration parameter is in the security.properties
-     
-    user.manager.impl=cached
-    -->
-     
-    <!--
-    <bean name="userManager#cached" class="org.apache.archiva.redback.users.cached.CachedUserManager">
-      <property name="userImpl" ref="userMapper#ldap"/>
-      <property name="usersCache" ref="cache#users"/>
-    </bean>     
-    -->
 
+  <!--
+  <bean name="mimeTpes" class="org.apache.archiva.webdav.util.MimeTypes">
+    <property name="resource" value="archiva-mime-types.txt"/>
+  </bean>
+  -->
 
   <!-- override jcr repository location -->
   <!-- START SNIPPET: jcr-location -->