2002-07-08 15:43:20 +00:00
|
|
|
#
|
|
|
|
# Plugin properties
|
|
|
|
#
|
2002-07-08 17:24:35 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMD
|
2002-07-08 15:43:20 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Tom Copeland
|
2002-11-07 19:02:49 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.01
|
2002-07-08 15:43:20 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.00.99.00
|
2002-11-07 18:55:54 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-1.01.jar
|
2002-07-08 15:43:20 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Menu properties
|
|
|
|
#
|
2002-07-24 21:41:07 +00:00
|
|
|
pmd-menu=pmd-check-current-file pmd-check-current-directory pmd-check-current-directory-recursively
|
|
|
|
pmd-menu.label=$PMD
|
|
|
|
pmd-check-current-file.label=Check current file
|
|
|
|
pmd-check-current-directory.label=Check all files in current directory
|
|
|
|
pmd-check-current-directory-recursively.label=Check directory recursively
|
2002-07-09 17:20:08 +00:00
|
|
|
|
2002-07-22 19:57:18 +00:00
|
|
|
#
|
|
|
|
# Option pane properties
|
|
|
|
#
|
2002-08-16 16:35:57 +00:00
|
|
|
options.PMD.title=PMD
|
|
|
|
options.PMD.label=PMD
|
2002-07-09 17:20:08 +00:00
|
|
|
|