summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Reports/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/gallio/Reports/Readme.txt')
-rw-r--r--build/tools/gallio/Reports/Readme.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/build/tools/gallio/Reports/Readme.txt b/build/tools/gallio/Reports/Readme.txt
deleted file mode 100644
index f20ab9b..0000000
--- a/build/tools/gallio/Reports/Readme.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Reports Plugin
-==============
-
-This plugin provides multiple report formats for generating Gallio reports.
-Additional report formats can be added in several ways:
-
-1. Adding or modifying XSLT stylesheets and registering them in the
- Gallio.Reports.plugin file as additional XsltReportFormatter
- components similar to the existing ones.
-
-2. Adding new implementations of IReportFormatter to the assembly
- and registering them in the Gallio.Reports.plugin file
- in similar fashion to the XmlReportFormatter.
-
-3. Creating a new Gallio plugin and registering components that implement
- the IReportFormatter interface just like XmlReportFormatter.