Changeset 36202 in osm for applications
- Timestamp:
- 2024-01-10T14:32:59+01:00 (12 months ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/build.xml
r36140 r36202 140 140 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 141 141 classpathref="checkstyle.classpath"/> 142 <checkstyle config=" tools/checkstyle/jmapviewer_checks.xml">142 <checkstyle config="${basedir}/tools/checkstyle/jmapviewer_checks.xml"> 143 143 <!-- Exclude the module-info since checkstyle currently cannot parse it --> 144 144 <fileset dir="${basedir}/src" includes="**/*.java" excludes="module-info.java" /> -
applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml
r35319 r36202 113 113 </module> 114 114 <module name="SuppressionFilter"> 115 <property name="file" value=" ${basedir}/tools/checkstyle/jmapviewer_filters.xml"/>115 <property name="file" value="tools/checkstyle/jmapviewer_filters.xml"/> 116 116 <property name="optional" value="true"/> 117 117 </module>
Note:
See TracChangeset
for help on using the changeset viewer.