4cbbf643df
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@246 51baf565-9d33-0410-a72c-fc3788e3496d
14 lines
349 B
XML
14 lines
349 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>
|
|
<ACTION NAME="pmd.options">
|
|
<CODE>
|
|
net.sourceforge.pmd.jedit.PMDJEditPlugin.displayPreferencesDialog(view);
|
|
</CODE>
|
|
</ACTION>
|
|
</ACTIONS> |