2002-07-08 15:43:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE ACTIONS SYSTEM "actions.dtd">
|
|
|
|
<ACTIONS>
|
2002-07-24 21:41:07 +00:00
|
|
|
<ACTION NAME="pmd-check-current-file">
|
2002-07-08 15:43:20 +00:00
|
|
|
<CODE>
|
2002-07-18 01:28:15 +00:00
|
|
|
net.sourceforge.pmd.jedit.PMDJEditPlugin.check(buffer, view);
|
2002-07-08 15:43:20 +00:00
|
|
|
</CODE>
|
|
|
|
</ACTION>
|
2002-07-24 21:41:07 +00:00
|
|
|
<ACTION NAME="pmd-check-current-directory">
|
|
|
|
<CODE>
|
|
|
|
net.sourceforge.pmd.jedit.PMDJEditPlugin.checkDirectory(view);
|
|
|
|
</CODE>
|
|
|
|
</ACTION>
|
|
|
|
<ACTION NAME="pmd-check-current-directory-recursively">
|
|
|
|
<CODE>
|
|
|
|
net.sourceforge.pmd.jedit.PMDJEditPlugin.checkDirectoryRecursively(view);
|
|
|
|
</CODE>
|
|
|
|
</ACTION>
|
2002-07-22 19:57:18 +00:00
|
|
|
</ACTIONS>
|