[seam-commits] Seam SVN: r8640 - trunk/src/excel/META-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 8 11:56:40 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-08 11:56:40 -0400 (Fri, 08 Aug 2008)
New Revision: 8640
Modified:
trunk/src/excel/META-INF/components.xml
Log:
Don't need a factory
Modified: trunk/src/excel/META-INF/components.xml
===================================================================
--- trunk/src/excel/META-INF/components.xml 2008-08-08 14:32:12 UTC (rev 8639)
+++ trunk/src/excel/META-INF/components.xml 2008-08-08 15:56:40 UTC (rev 8640)
@@ -2,8 +2,6 @@
<components xmlns="http://jboss.com/products/seam/components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
- <import>org.jboss.seam.excel</import>
+ <import>org.jboss.seam.excel.exporter</import>
- <factory name="excelExporter" auto-create="true" scope="stateless" value="#{org.jboss.seam.excel.exporter.excelExporter}" />
-
</components>
More information about the seam-commits
mailing list