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

michi at wyona.com michi at wyona.com
Fri Sep 28 15:07:44 CEST 2007


Author: michi
Date: 2007-09-28 15:07:43 +0200 (Fri, 28 Sep 2007)
New Revision: 27824

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
example of a resource available as JAR

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2007-09-28 12:49:24 UTC (rev 27823)
+++ public/yanel/trunk/conf/resource-types.xml	2007-09-28 13:07:43 UTC (rev 27824)
@@ -46,4 +46,8 @@
 
   <resource-type src="../src/contributions/resources/yanel-user/"    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"/>
+
 </resource-types>



More information about the Yanel-commits mailing list