pmd/pmd-jedit/config/actions.xml
Tom Copeland 6b9a60a895 moved options into JEdit config area
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@462 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-22 19:57:18 +00:00

10 lines
208 B
XML

<?xml version="1.0"?>
<!DOCTYPE ACTIONS SYSTEM "actions.dtd">
<ACTIONS>
<ACTION NAME="PMD">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.check(buffer, view);
</CODE>
</ACTION>
</ACTIONS>