From 5e4052045f406d391adc2db28a0a7c4b85d593c8 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 17 Apr 2003 16:57:33 +0000 Subject: [PATCH] More reorganizing git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1810 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/dvsl/pmd-format.dvsl | 28 -------------- pmd/dvsl/rule-format.dvsl | 48 ------------------------ pmd/dvsl/rule-format.jsl | 77 --------------------------------------- 3 files changed, 153 deletions(-) delete mode 100644 pmd/dvsl/pmd-format.dvsl delete mode 100644 pmd/dvsl/rule-format.dvsl delete mode 100644 pmd/dvsl/rule-format.jsl 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") -
- - - - $context.applyTemplates() -
ViolationLine
-
-#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: -

- - - - - ${value} - -
- -

- Here's an example of code that would trigger this rule: -

- - - - - - -
-
- - -