[Fusionforge-commits] FusionForge branch master updated. adad44c8601ff9a551165e276c7109984b7e835a

Roland Mas lolando at fusionforge.org
Fri Nov 29 13:46:38 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  adad44c8601ff9a551165e276c7109984b7e835a (commit)
      from  73f4812bd7d6def3c3fe8b29ae5a949e0e774fe9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit adad44c8601ff9a551165e276c7109984b7e835a
Author: Roland Mas <lolando at debian.org>
Date:   Fri Nov 29 13:46:30 2013 +0100

    Re-add XSLT file, which was not unused after all

diff --git a/fix_phpunit.xslt b/fix_phpunit.xslt
new file mode 100644
index 0000000..66c0043
--- /dev/null
+++ b/fix_phpunit.xslt
@@ -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>

-----------------------------------------------------------------------

Summary of changes:
 fix_phpunit.xslt |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 fix_phpunit.xslt


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list