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:
6 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/seachart/jicons/build.xml

    r30894 r31768  
    1919
    2020  <target name="dist" depends="compile" description="generate the distribution" >
    21     <jar jarfile="${jarfile}" basedir="${build}" >
     21    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
    2222      <manifest>
    2323        <attribute name="Main-Class" value="jicons.Jicons"/>
  • applications/editors/josm/plugins/seachart/josmtos57/build.xml

    r31704 r31768  
    1313 
    1414  <target name="dist" depends="compile" description="generate the distribution">
    15     <jar jarfile="${jarfile}" basedir="${build}" >
     15    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
    1616      <manifest>
    1717        <attribute name="Main-Class" value="josmtos57.Josmtos57"/>
  • applications/editors/josm/plugins/seachart/jplotter/build.xml

    r30894 r31768  
    1313
    1414  <target name="dist" depends="compile" description="generate the distribution" >
    15     <jar jarfile="${jarfile}" basedir="${build}" >
     15    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
    1616      <manifest>
    1717        <attribute name="Main-Class" value="jplotter.Jplotter"/>
  • applications/editors/josm/plugins/seachart/jrender/build.xml

    r30894 r31768  
    1919
    2020  <target name="dist" depends="compile" description="generate the distribution" >
    21     <jar jarfile="${jarfile}" basedir="${build}" >
     21    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
    2222      <manifest>
    2323        <attribute name="Main-Class" value="jrender.Jrender"/>
  • applications/editors/josm/plugins/seachart/js57toosm/build.xml

    r31659 r31768  
    1717 
    1818  <target name="dist" depends="compile" description="generate the distribution">
    19     <jar jarfile="${jarfile}" basedir="${build}" >
     19    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
    2020      <manifest>
    2121        <attribute name="Main-Class" value="js57toosm.Js57toosm"/>
Note: See TracChangeset for help on using the changeset viewer.