]> source.dussan.org Git - archiva.git/commitdiff
fix snippet
authorOlivier Lamy <olamy@apache.org>
Tue, 9 Oct 2012 08:19:05 +0000 (08:19 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 9 Oct 2012 08:19:05 +0000 (08:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395905 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/customising-security.apt
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml

index ec38460694c2cdcdd626b6e4edc6735dbca612bb..8ef5927361fd3b7ef647127be4f0a6a7abe2a42c 100644 (file)
@@ -74,7 +74,7 @@ security.policy.password.rule.nowhitespace.enabled=true
 
   Values from sources
 
-%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml}
+%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml}
 
 
 
index ebbe1a07923c4f2ce1c90bf2f5e26ef51ed8325e..ee4d2cf75474a08e2533bc1446a6168fbcf34b9d 100644 (file)
@@ -54,6 +54,7 @@
     <property name="session" ref="mailSession"/>
   </bean>
 
+  <!-- START SNIPPET: configuration-files-list -->
   <bean name="commons-configuration" class="org.apache.archiva.redback.components.registry.commons.CommonsConfigurationRegistry">
     <property name="properties">
       <value>
@@ -92,7 +93,8 @@
       </value>
     </property>    
   </bean>
-  
+  <!-- END SNIPPET: configuration-files-list -->
+
   <bean name="jdoFactory#users" class="org.apache.archiva.redback.components.jdo.DataSourceConfigurableJdoFactory">
     <property name="connectionFactoryName" value="java:comp/env/jdbc/users"/>
     <property name="shutdownConnectionFactoryName" value="java:comp/env/jdbc/usersShutdown"/>