Skip to content

Commit

Permalink
New targets in Makefile for building jobs in hudson (buildbot) - forg…
Browse files Browse the repository at this point in the history
…otten xlt file

git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@8106 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
aljeux committed Sep 4, 2009
1 parent 3af2b4e commit 0c3cee6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fix_phpunit.xslt
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 0c3cee6

Please sign in to comment.