Ignore:
Timestamp:
2014-11-29T20:52:09+01:00 (11 years ago)
Author:
donvip
Message:

[josm_trustosm] update to Bouncy Castle 1.51

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/trustosm/build.xml

    r30750 r30829  
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    77    <property name="plugin.main.version" value="7001" />
    8 
    9     <!-- Configure these properties (replace "..." accordingly).
    10          See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    11     -->
    128    <property name="plugin.author" value="Christoph Wagner" />
    139    <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
     
    4036            <fileset dir="${plugin.lib.dir}">
    4137                <include name="**/*.jar"/>
     38                <exclude name="**/*-sources.jar"/>
     39                <exclude name="**/*-javadoc.jar"/>
    4240            </fileset>
    4341        </path>
Note: See TracChangeset for help on using the changeset viewer.