[Yanel-commits] rev 37947 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Wed Aug 13 16:18:59 CEST 2008


Author: michi
Date: 2008-08-13 16:18:58 +0200 (Wed, 13 Aug 2008)
New Revision: 37947

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
redirect resource added

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2008-08-13 13:53:01 UTC (rev 37946)
+++ public/yanel/trunk/conf/resource-types.xml	2008-08-13 14:18:58 UTC (rev 37947)
@@ -3,9 +3,10 @@
 <!-- NOTE: The "compile" attribute is true by default -->
 <!-- NOTE: Do not use relative paths to reference resource types, because the paths are not being resolved re the location of (local.)resource-types.xml -->
 
-<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2008041600">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2008081300">
 
   <changes>
+    <change version="2008081300">redirect resource type added</change>
     <change version="2008041600">session manager resource type added</change>
     <change version="2008041200">404 resource type added</change>
     <change version="2008040400">policy manager resource type added</change>
@@ -51,10 +52,6 @@
   <resource-type src="/SOME_ABSOLUTE_PATH/contributions/resources/tape/" compile="true"/>
 -->
 
-  <!-- Resources which already exist as JAR somewhere and do not need to be compiled -->
-  <!-- https://svn.wyona.com/repos/public/yanel/contributions/resources/redirect -->
-<!--
-  <resource-type package="org.wyona.yanel.impl.resources.redirect" src="/SOME_ABSOLUTE_PATH/contributions/resources/redirect/" compile="true"/>
--->
+  <resource-type package="org.wyona.yanel.impl.resources.redirect" src="@YANEL_SRC_DIR@/src/contributions/resources/redirect/" compile="true"/>
 
 </resource-types>



More information about the Yanel-commits mailing list