pmd/pmd-jedit/config/actions.xml
Tom Copeland 188797425e Initial revision
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@230 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-08 15:43:20 +00:00

9 lines
205 B
XML

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