[jbosstools-commits] JBoss Tools SVN: r23833 - trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jul 30 08:09:49 EDT 2010
Author: dmaliarevich
Date: 2010-07-30 08:09:49 -0400 (Fri, 30 Jul 2010)
New Revision: 23833
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml
Log:
https://jira.jboss.org/browse/JBIDE-6711 , spring:message and spring:theme templates were added.
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml 2010-07-30 11:47:11 UTC (rev 23832)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml 2010-07-30 12:09:49 UTC (rev 23833)
@@ -405,6 +405,22 @@
</vpe:textFormatting>
</vpe:template>
</vpe:tag>
+
+ <vpe:tag name="spring:message" case-sensitive="yes">
+ <vpe:template children="no" modify="no">
+ <span class="vpe-text">
+ <vpe:value expr="{@code}" />
+ </span>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="spring:theme" case-sensitive="yes">
+ <vpe:template children="no" modify="no">
+ <span class="vpe-text">
+ <vpe:value expr="{@code}" />
+ </span>
+ </vpe:template>
+ </vpe:tag>
<vpe:tag name="spring:bind" case-sensitive="yes">
<vpe:template children="no" modify="no" />
More information about the jbosstools-commits
mailing list