source: josm/trunk/.pmd@ 16163

Last change on this file since 16163 was 16006, checked in by Don-vip, 4 years ago

see #18140 - reorganization of data(_nodist), images(_nodist), styles(_nodist), IDE and native files in a more practical file tree.

  • Everything belonging to the jar is now in resources (data, images, styles)
  • Everything not belonging to the jar is now in nodist (data, images, styles)
  • Everything related to OS native functions is now in native (linux, macosx, windows)
  • Everything related to an IDE is now in ide (eclipse, netbeans)
File size: 309 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<pmd>
3 <useProjectRuleSet>true</useProjectRuleSet>
4 <ruleSetFile>tools\pmd\josm-ruleset.xml</ruleSetFile>
5 <includeDerivedFiles>false</includeDerivedFiles>
6 <violationsAsErrors>false</violationsAsErrors>
7 <fullBuildEnabled>false</fullBuildEnabled>
8</pmd>
Note: See TracBrowser for help on using the repository browser.