You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/19 17:49:56 UTC

svn commit: r586508 - /geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml

Author: gawor
Date: Fri Oct 19 08:49:50 2007
New Revision: 586508

URL: http://svn.apache.org/viewvc?rev=586508&view=rev
Log:
untabify

Modified:
    geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml

Modified: geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml?rev=586508&r1=586507&r2=586508&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml (original)
+++ geronimo/samples/trunk/samples/timereport/timereport-war/src/main/webapp/WEB-INF/geronimo-web.xml Fri Oct 19 08:49:50 2007
@@ -18,47 +18,47 @@
     under the License.
 -->
 <web-app
-	xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
-	
-	<environment>
-		<moduleId>
-			<groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>TimeReportApp</artifactId>
-            <version>1.2</version>
-		</moduleId>		
-	</environment>
-		
-	<context-root>/timereport</context-root>
-	
-	<security-realm-name>TimeReportRealm</security-realm-name>
-	
-	<security>
-		<default-principal realm-name="TimeReportRealm">
-			<principal name="anonymous"
-				   class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
-				   />
-		</default-principal>
-		<role-mappings>			
-			<role role-name="employee">
-				<realm realm-name="TimeReportRealm">
-					<principal name="EmployeeGroup"
-					   class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
-				   	/>
-				</realm>
-				<realm realm-name="TimeReportRealm">
-					<principal name="ManagerGroup"
-					   class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
-					/>					
-				</realm>
-			</role>
-			<role role-name="manager">
-				<realm realm-name="TimeReportRealm">
-					<principal name="ManagerGroup"
-					   class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
-					/>					
-				</realm>								
-			</role>
-		</role-mappings>
+        xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
+        
+        <environment>
+                <moduleId>
+                        <groupId>org.apache.geronimo.samples</groupId>
+                        <artifactId>TimeReportApp</artifactId>
+                        <version>1.2</version>
+                </moduleId>             
+        </environment>
+                
+        <context-root>/timereport</context-root>
+        
+        <security-realm-name>TimeReportRealm</security-realm-name>
+        
+        <security>
+                <default-principal realm-name="TimeReportRealm">
+                        <principal name="anonymous"
+                                   class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
+                                   />
+                </default-principal>
+                <role-mappings>                 
+                        <role role-name="employee">
+                                <realm realm-name="TimeReportRealm">
+                                        <principal name="EmployeeGroup"
+                                           class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
+                                        />
+                                </realm>
+                                <realm realm-name="TimeReportRealm">
+                                        <principal name="ManagerGroup"
+                                           class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
+                                        />                                      
+                                </realm>
+                        </role>
+                        <role role-name="manager">
+                                <realm realm-name="TimeReportRealm">
+                                        <principal name="ManagerGroup"
+                                           class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
+                                        />                                      
+                                </realm>                                                                
+                        </role>
+                </role-mappings>
     </security>
     
-</web-app>
\ No newline at end of file
+</web-app>