[jboss-svn-commits] JBL Code SVN: r30211 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl: database and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 18 13:31:21 EST 2009


Author: whitingjr
Date: 2009-11-18 13:31:20 -0500 (Wed, 18 Nov 2009)
New Revision: 30211

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/database/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/database/template.xsl
Log:
Updated to support deleting of constraints and adding again.


Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/database/template.xsl
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/database/template.xsl	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/database/template.xsl	2009-11-18 18:31:20 UTC (rev 30211)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet version="1.0"
+   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+	<xsl:template match="/">
+	    <xsl:apply-templates/>
+	</xsl:template>
+
+
+</xsl:stylesheet> 
\ No newline at end of file



More information about the jboss-svn-commits mailing list