[evolvis-commits] r13722: New targets in Makefile for building jobs in hudson (buildbot) - forgotten xlt file

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:56:11 CET 2011


Author: mirabilos
Date: 2011-02-28 02:56:11 +0100 (Mon, 28 Feb 2011)
New Revision: 13722

Added:
   trunk/gforge_base/evolvisforge-5.1/fix_phpunit.xslt
Log:
New targets in Makefile for building jobs in hudson (buildbot) - forgotten xlt file

Added: trunk/gforge_base/evolvisforge-5.1/fix_phpunit.xslt
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/fix_phpunit.xslt	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/fix_phpunit.xslt	2011-02-28 01:56:11 UTC (rev 13722)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:template match="/">
+    <xsl:element name="testsuites">
+        <xsl:for-each select="//testsuite[@file]">
+                 <xsl:copy-of select="." />
+        </xsl:for-each>
+    </xsl:element>
+</xsl:template>
+</xsl:stylesheet>



More information about the evolvis-commits mailing list