Changeset 35959 in osm for applications
- Timestamp:
 - 2022-04-18T23:41:48+02:00 (4 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/geotools/build.xml
r35958 r35959 26 26 <include name="jaxb.jar"/> 27 27 <include name="jts.jar"/> 28 <include name="jackson.jar"/> 28 <!-- jackson causes issues if it is on the compile-time path. Since we don't actually use jackson in our code, we can just not have it in the requires.jars array. --> 29 <!--<include name="jackson.jar"/>--> 29 30 </fileset> 30 31  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  