diff --git a/pmd/dvsl/pmd-format.dvsl b/pmd/dvsl/pmd-format.dvsl
deleted file mode 100644
index be5a87987c..0000000000
--- a/pmd/dvsl/pmd-format.dvsl
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-#match("pmd")
-
-
- PMD Results
-
-
-
- $context.applyTemplates()
-
-
-#end
-
-#match("file")
-
-
- Violation |
- Line |
- $context.applyTemplates()
-
-
-#end
-
-#match("violation")
-
$node |
- $attrib.line |
-#end
diff --git a/pmd/dvsl/rule-format.dvsl b/pmd/dvsl/rule-format.dvsl
deleted file mode 100644
index e3970ebba1..0000000000
--- a/pmd/dvsl/rule-format.dvsl
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-#match("ruleset")
-
-
- Tom Copeland
- Rule Set: $attrib.name
-
-
-
-
-
- $node.get("./description").value()
-
- $context.applyTemplates()
-
-
-
-#end
-
-#match("rule")
-
-
-
- $node.get("./description").value()
-
-
-#if ($node.get("./properties/property/value"))
-
- This rule is defined by the following XPath expression:
-
-
-#end
-
-
- Here's an example of code that would trigger this rule:
-
-
-
-
-#end
-
-
-
diff --git a/pmd/dvsl/rule-format.jsl b/pmd/dvsl/rule-format.jsl
deleted file mode 100644
index bc42ab2727..0000000000
--- a/pmd/dvsl/rule-format.jsl
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tom Copeland
- Rule Set: ${rulesetname}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This rule is defined by the following XPath expression:
-
-
-
-
-
-
-
-
- Here's an example of code that would trigger this rule:
-
-
-
-
-
-
-