aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-12-20 00:13:30 +0000
committerOlivier Lamy <olamy@apache.org>2012-12-20 00:13:30 +0000
commit749de8cfce441a96cea7016686c4eb017676666f (patch)
tree3ea768ef683b8785653a631772eb3228c274d491
parent2c80d170ce5fa0461a5e8f3bae3d1e2ea21ff43d (diff)
downloadarchiva-749de8cfce441a96cea7016686c4eb017676666f.tar.gz
archiva-749de8cfce441a96cea7016686c4eb017676666f.zip
fix component samples declaration and removed not anymore used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1424240 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml28
1 files changed, 5 insertions, 23 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
index 223983db2..b71e6d98f 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
@@ -143,30 +143,12 @@
<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 -->