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/01/11 21:03:49 UTC

svn commit: r733504 - /incubator/click/trunk/click/examples/webapp/META-INF/context.xml

Author: sabob
Date: Sun Jan 11 12:03:49 2009
New Revision: 733504

URL: http://svn.apache.org/viewvc?rev=733504&view=rev
Log:
trim spaces

Modified:
    incubator/click/trunk/click/examples/webapp/META-INF/context.xml

Modified: incubator/click/trunk/click/examples/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/META-INF/context.xml?rev=733504&r1=733503&r2=733504&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/META-INF/context.xml (original)
+++ incubator/click/trunk/click/examples/webapp/META-INF/context.xml Sun Jan 11 12:03:49 2009
@@ -18,12 +18,12 @@
 -->
 
 <Context
-   path="/click-examples" 
+   path="/click-examples"
    reloadable="true"
    antiJARLocking="true">
 
-   <ResourceLink 
-      name="users" 
+   <ResourceLink
+      name="users"
       global="UserDatabase"
       type="org.apache.catalina.UserDatabase"/>
 </Context>