Ignore:
Timestamp:
2015-11-17T00:54:22+01:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] see #josm12048 - always use UTF-8 for jar manifests

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins

    • Property svn:ignore
      •  

        old new  
        33Dxf-Import
        44TombPlugin
         5missingroads
         6scoutsigns
         7traffic-flow-direction
  • applications/editors/josm/plugins/czechaddress/build.xml

    r30530 r31768  
    3838    </target>
    3939    <target name="dist" depends="compile">
    40         <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
     40        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8" manifest="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
    4141    </target>
    4242    <target name="revision">
Note: See TracChangeset for help on using the changeset viewer.