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

michi at wyona.com michi at wyona.com
Tue Feb 16 15:40:04 CET 2010


Author: michi
Date: 2010-02-16 15:40:04 +0100 (Tue, 16 Feb 2010)
New Revision: 47650

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

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2010-02-16 13:38:58 UTC (rev 47649)
+++ public/yanel/trunk/conf/resource-types.xml	2010-02-16 14:40:04 UTC (rev 47650)
@@ -8,9 +8,10 @@
 
 <!-- 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="2009082500">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2010021600">
 
   <changes>
+    <change version="2010021600">security-api resource type added</change>
     <change version="2009082500">package attribute removed from xml and node/file resources</change>
     <change version="2009072600">search resource type added</change>
     <change version="2009070800">forgotpw resource type added</change>
@@ -31,6 +32,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/security-api/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/search/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/nutch/" compile="true" copy-dir-name="yanel-nutch"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/lookup/" compile="true" copy-dir-name="yanel-lookup"/>



More information about the Yanel-commits mailing list