Changeset 18051 in josm for trunk/tools
- Timestamp:
- 2021-07-17T17:24:53+02:00 (4 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/checkstyle/META-INF/MANIFEST.MF
r17302 r18051 3 3 Bundle-Name: JOSM Checkstyle Eclipse Plugin 4 4 Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true 5 Bundle-Version: 8. 35.0.qualifier5 Bundle-Version: 8.43.0.qualifier 6 6 Require-Bundle: net.sf.eclipsecs.checkstyle, 7 7 net.sf.eclipsecs.core, -
trunk/tools/ivy.xml
r17907 r18051 17 17 <dependency org="net.java.dev.javacc" name="javacc" rev="7.0.10" conf="javacc->default"/> 18 18 <!-- checkstyle->default --> 19 <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8. 36" conf="checkstyle->default"/>19 <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.43" conf="checkstyle->default"/> 20 20 <!-- proguard->default --> 21 21 <dependency org="com.guardsquare" name="proguard-ant" rev="7.1.0-beta3" conf="proguard->default"/>
Note:
See TracChangeset
for help on using the changeset viewer.