Author: dmaliarevich
Date: 2009-04-08 06:27:12 -0400 (Wed, 08 Apr 2009)
New Revision: 14596
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml
Log:
Nightly builds failed on vpe-teplates-seam.xml parsing, problem was fixed.
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml 2009-04-08
10:11:18 UTC (rev 14595)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml 2009-04-08
10:27:12 UTC (rev 14596)
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<vpe:template-taglib
uri="http://jboss.com/products/seam/taglib"
prefix="s" />
-
+
<vpe:tag name="s:button" case-sensitive="yes">
<!-- This is a very big if-statement.
Its goal is to add support of 'disabled property'
@@ -280,8 +280,9 @@
</vpe:tag>
<vpe:tag name="s:remote" case-sensitive="yes">
- <vpe:template children="yes" modify="yes" />
- <span class="vpe-text"/>
+ <vpe:template children="yes" modify="yes">
+ <span class="vpe-text"/>
+ </vpe:template>
</vpe:tag>
<vpe:tag name="s:selectDate" case-sensitive="yes">