source: josm/trunk/tools/pmd/designer.bat@ 13204

Last change on this file since 13204 was 13202, checked in by Don-vip, 6 years ago

update to PMD 6.0.0

File size: 162 bytes
Line 
1@echo off
2set TOPDIR=%~dp0..
3set OPTS=
4set MAIN_CLASS=net.sourceforge.pmd.util.fxdesigner.Designer
5
6java -classpath "%TOPDIR%\pmd\*" %OPTS% %MAIN_CLASS% %*
Note: See TracBrowser for help on using the repository browser.