Ticket #11300: josm.patch

File josm.patch, 487 bytes (added by wiktorn, 11 years ago)

Corrected build.xml file (Eclipse workspace patch format)

  • build.xml

    ### Eclipse Workspace Patch 1.0
    #P JOSM
    diff --git build.xml build.xml
    index 8d00357..8dd939b 100644
     
    434434        -keep class * extends org.openstreetmap.josm.io.FileExporter
    435435        -keep class org.w3._2001.xmlschema.Adapter1
    436436        -keep class org.openstreetmap.josm.actions.search.SearchCompiler$Never
     437        -keep class org.apache.commons.logging.impl.*
    437438
    438439        -keepclassmembers enum  * {
    439440            public static **[] values();