Changeset 17302 in josm
- Timestamp:
- 2020-11-08T12:50:56+01:00 (4 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/checkstyle/META-INF/MANIFEST.MF
r16391 r17302 3 3 Bundle-Name: JOSM Checkstyle Eclipse Plugin 4 4 Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true 5 Bundle-Version: 8.3 1.0.qualifier5 Bundle-Version: 8.35.0.qualifier 6 6 Require-Bundle: net.sf.eclipsecs.checkstyle, 7 7 net.sf.eclipsecs.core, -
trunk/tools/ivy.xml
r17213 r17302 16 16 <dependency org="net.java.dev.javacc" name="javacc" rev="7.0.9" conf="javacc->default"/> 17 17 <!-- checkstyle->default --> 18 <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.3 1" conf="checkstyle->default"/>18 <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.35" conf="checkstyle->default"/> 19 19 <!-- proguard->default --> 20 20 <dependency org="net.sf.proguard" name="proguard-anttask" rev="6.2.2" conf="proguard->default"/>
Note:
See TracChangeset
for help on using the changeset viewer.