Changeset 16391 in josm for trunk/tools/checkstyle
- Timestamp:
- 2020-05-04T11:36:01+02:00 (5 years ago)
- Location:
- trunk/tools/checkstyle
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/checkstyle/META-INF/MANIFEST.MF
r16229 r16391 3 3 Bundle-Name: JOSM Checkstyle Eclipse Plugin 4 4 Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true 5 Bundle-Version: 8. 29.0.qualifier5 Bundle-Version: 8.31.0.qualifier 6 6 Require-Bundle: net.sf.eclipsecs.checkstyle, 7 7 net.sf.eclipsecs.core, -
trunk/tools/checkstyle/josm_checks.xml
r15588 r16391 118 118 </module> 119 119 <module name="NewlineAtEndOfFile"> 120 <property name="lineSeparator" value="lf"/>121 120 </module> 122 121 <module name="SuppressionFilter">
Note:
See TracChangeset
for help on using the changeset viewer.