You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/06 00:49:35 UTC

svn commit: r782157 - in /incubator/click/trunk/click/examples: src/org/apache/click/examples/page/SourceViewer.java webapp/WEB-INF/spring-beans.xml

Author: sabob
Date: Fri Jun  5 22:49:34 2009
New Revision: 782157

URL: http://svn.apache.org/viewvc?rev=782157&view=rev
Log:
updated spring-beans keywords

Modified:
    incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
    incubator/click/trunk/click/examples/webapp/WEB-INF/spring-beans.xml

Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java?rev=782157&r1=782156&r2=782157&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java (original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java Fri Jun  5 22:49:34 2009
@@ -78,7 +78,9 @@
             "ResourceLink", "menu", "?xml", "controls", "control",
             "listener-class", "listener", "beans",  "bean", "context-param",
             "context:component-scan", "property", "constructor-arg",
-            "list", "value", "ref" };
+            "list", "value", "ref", "beans:beans", "beans:bean", "http",
+            "intercept-url", "form-login", "logout", "beans:property",
+            "beans:list", "beans:ref", "authentication-provider"};
 
     private static final String[] VELOCITY_KEYWORDS = { "#if", "#if(",
             "#elseif", "#elseif(", "#else", "#else(", "#end", "#set", "#set(",

Modified: incubator/click/trunk/click/examples/webapp/WEB-INF/spring-beans.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/WEB-INF/spring-beans.xml?rev=782157&r1=782156&r2=782157&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/WEB-INF/spring-beans.xml (original)
+++ incubator/click/trunk/click/examples/webapp/WEB-INF/spring-beans.xml Fri Jun  5 22:49:34 2009
@@ -61,8 +61,7 @@
     <!-- Specify a simple property based authentication provider. For production
          systems switch to LDAP or JDBC based providers. -->
 
-    <authentication-provider user-service-ref='userDetailsService'>
-    </authentication-provider>
+    <authentication-provider user-service-ref='userDetailsService'/>
 
 	  <!-- This bean is optional; it isn't used by any other bean as it only listens and logs -->
     <beans:bean id="loggerListener" class="org.springframework.security.event.authentication.LoggerListener" />