[seam-commits] Seam SVN: r9148 - trunk/src/excel/META-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 29 15:40:51 EDT 2008


Author: nickarls
Date: 2008-09-29 15:40:50 -0400 (Mon, 29 Sep 2008)
New Revision: 9148

Modified:
   trunk/src/excel/META-INF/seam-excel.taglib.xml
Log:
Forgot to update component type in taglib when refactoring commands to own package (resulting in all commands br0ken).

Modified: trunk/src/excel/META-INF/seam-excel.taglib.xml
===================================================================
--- trunk/src/excel/META-INF/seam-excel.taglib.xml	2008-09-29 12:44:49 UTC (rev 9147)
+++ trunk/src/excel/META-INF/seam-excel.taglib.xml	2008-09-29 19:40:50 UTC (rev 9148)
@@ -152,6 +152,13 @@
             <component-type>org.jboss.seam.excel.ui.UIExcelExport</component-type>
         </component>
     </tag>
+
+    <tag>
+        <tag-name>debug</tag-name>
+        <component>
+            <component-type>org.jboss.seam.excel.ui.UIDebug</component-type>
+        </component>
+    </tag>
     
 </facelet-taglib>
 




More information about the seam-commits mailing list