[Yanel-commits] rev 41350 - public/yanel/trunk/src/contributions/resources/image

michi at wyona.com michi at wyona.com
Wed Feb 4 16:38:30 CET 2009


Author: michi
Date: 2009-02-04 16:38:30 +0100 (Wed, 04 Feb 2009)
New Revision: 41350

Modified:
   public/yanel/trunk/src/contributions/resources/image/resource.xml
Log:
note re content type added and also note re required fields

Modified: public/yanel/trunk/src/contributions/resources/image/resource.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/image/resource.xml	2009-02-04 15:37:58 UTC (rev 41349)
+++ public/yanel/trunk/src/contributions/resources/image/resource.xml	2009-02-04 15:38:30 UTC (rev 41350)
@@ -6,11 +6,11 @@
   class="org.wyona.yanel.impl.resources.image.ImageResource"
   >
 <description>
-Image resource which allows scaling of images
+Image resource which allows scaling of images (jpeg at least ...)
 </description>
 
 <rtd>
-  <property name="width"/>
+  <property name="width"/> <!-- width and height are required! (see TODO within java class ImageResource) -->
   <property name="height"/>
   <property name="cache-root-path" default-value="/cached-images"/>
 </rtd>



More information about the Yanel-commits mailing list