2006/unicorn/WebContent/WEB-INF/conf unicorn.properties,1.1.2.1,1.1.2.2 route.xml,1.1.2.3,1.1.2.4

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv23605/WebContent/WEB-INF/conf

Modified Files:
      Tag: dev2
	unicorn.properties route.xml 
Log Message:
generated routes with xbean

Index: route.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/route.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- route.xml	5 Aug 2009 17:21:42 -0000	1.1.2.3
+++ route.xml	6 Aug 2009 10:13:27 -0000	1.1.2.4
@@ -6,7 +6,7 @@
 	<route>
 		<pattern>/observe</pattern>
 		<pattern>/validate</pattern>
-		<action>org.w3c.unicorn.action.ObserveAction</action>
+		<action>ObserveAction</action>
 	</route>
 	
 	<route>
@@ -14,12 +14,12 @@
 		<url>http://www.google.com</url>
 	</route>
 	
-	<index>
-		<action>org.w3c.unicorn.action.IndexAction</action>
-	</index>
+	<route type="index">
+		<action>IndexAction</action>
+	</route>
 	
-	<error404>
-		<action>org.w3c.unicorn.action.Error404Action</action>
-	</error404>
+	<route type="404">
+		<action>Error404Action</action>
+	</route>
 
 </routes>
\ No newline at end of file

Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/unicorn.properties,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- unicorn.properties	5 Aug 2009 10:26:50 -0000	1.1.2.1
+++ unicorn.properties	6 Aug 2009 10:13:27 -0000	1.1.2.2
@@ -1,6 +1,7 @@
 PATH_TO_CONF_FILES=${UNICORN_HOME}/WEB-INF/conf/
 PATH_TO_CACHE=${UNICORN_HOME}/WEB-INF/cache/
 LOG4J_PROPERTIES=log4j.properties
+ROUTE_XML=route.xml
 
 UNICORN_URL = http://localhost:8080/unicorn
 UNICORN_ENCODING = UTF-8

Received on Thursday, 6 August 2009 10:13:38 UTC