(no commit message)
[utils] / support / src / test / resources / org / wamblee / xml / reportToText.xsl
diff --git a/support/src/test/resources/org/wamblee/xml/reportToText.xsl b/support/src/test/resources/org/wamblee/xml/reportToText.xsl
deleted file mode 100644 (file)
index c1f7023..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-  <xsl:output method="text"/>
-  
-  <xsl:template match="report">
-     <xsl:text>Hello world!</xsl:text> 
-  </xsl:template>
-  
-</xsl:stylesheet>