Author: mareshkau
Date: 2008-12-10 06:28:51 -0500 (Wed, 10 Dec 2008)
New Revision: 12536
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
JBIDE-3376, we doesn't support tomahawk ui components, so x:* and t* was removed
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-12-10
11:24:33 UTC (rev 12535)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-12-10
11:28:51 UTC (rev 12536)
@@ -667,7 +667,7 @@
<vpe:tag name="h:column" case-sensitive="yes">
<vpe:if
- test="parentname()='h:dataTable'|parentname()='h:panelGrid'|parentname()='x:dataTable'|parentname()='t:dataTable'|parentname()='t:newspaperTable'|parentname()='t:tree'">
+ test="parentname()='h:dataTable'|parentname()='h:panelGrid'">
<!-- Gavr --><!-- added x: 8.02.05 -->
<vpe:template children="yes" modify="yes">
<vpe:column title="{tagstring()}" />
Show replies by date