Changeset 31768 in osm for applications/editors
- Timestamp:
- 2015-11-17T00:54:22+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 3 3 Dxf-Import 4 4 TombPlugin 5 missingroads 6 scoutsigns 7 traffic-flow-direction
-
- Property svn:ignore
-
applications/editors/josm/plugins/DirectUpload/nbproject/build-impl.xml
r12780 r31768 300 300 <target name="-init-presetdef-jar"> 301 301 <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1"> 302 <jar compress="${jar.compress}" jarfile="${dist.jar}"> 302 <jar compress="${jar.compress}" jarfile="${dist.jar}" manifestencoding="UTF-8"> 303 303 <j2seproject1:fileset dir="${build.classes.dir}"/> 304 304 </jar> -
applications/editors/josm/plugins/build-common.xml
r31589 r31768 143 143 </antcall> 144 144 <antcall target="additional-manifest" /> 145 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST"> 145 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8"> 146 146 <restrict> 147 147 <not><or> -
applications/editors/josm/plugins/czechaddress/build.xml
r30530 r31768 38 38 </target> 39 39 <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"/> 41 41 </target> 42 42 <target name="revision"> -
applications/editors/josm/plugins/dataimport/build.xml
r31692 r31768 59 59 <fileset dir="data"/> 60 60 </copy> 61 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 61 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 62 62 <!-- 63 63 ************************************************ -
applications/editors/josm/plugins/ext_tools/build.xml
r30530 r31768 59 59 </fileset> 60 60 </copy> 61 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 61 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 62 62 <!-- 63 63 ************************************************ -
applications/editors/josm/plugins/geotools/build.xml
r31755 r31768 29 29 <target name="post-dist"> 30 30 <move file="${plugin.jar}" todir="${plugin.build.dir}" /> 31 <jar destfile="${plugin.jar}" filesetmanifest="merge"> 31 <jar destfile="${plugin.jar}" filesetmanifest="merge" manifestencoding="UTF-8"> 32 32 <fileset dir="jar"/> 33 33 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar"> -
applications/editors/josm/plugins/globalsat/build.xml
r30530 r31768 37 37 <fileset dir="data"/> 38 38 </copy> 39 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 39 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 40 40 <manifest> 41 41 <attribute name="Author" value="Raphael Mack"/> -
applications/editors/josm/plugins/gpsblam/build.xml
r30416 r31768 36 36 </fileset> 37 37 </copy> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 39 39 <!-- 40 40 ************************************************ -
applications/editors/josm/plugins/infomode/build.xml
r30530 r31768 56 56 </fileset> 57 57 </copy> 58 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 58 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 59 59 <!-- 60 60 ************************************************ -
applications/editors/josm/plugins/irsrectify/build.xml
r30530 r31768 56 56 </fileset> 57 57 </copy> 58 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 58 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 59 59 <!-- 60 60 ************************************************ -
applications/editors/josm/plugins/mapdust/build.xml
r31763 r31768 52 52 </fileset> 53 53 </copy> 54 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 54 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 55 55 <manifest> 56 56 <attribute name="Author" value="Beata Jancso"/> -
applications/editors/josm/plugins/no_more_mapping/build.xml
r30416 r31768 36 36 </fileset> 37 37 </copy> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 39 39 <!-- 40 40 ************************************************ -
applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml
r30731 r31768 102 102 </fileset> 103 103 </copy> 104 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 104 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 105 105 <!-- 106 106 ************************************************ -
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r30731 r31768 83 83 </fileset> 84 84 </copy> 85 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 85 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 86 86 <!-- 87 87 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r30731 r31768 79 79 </fileset> 80 80 </copy> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 81 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 82 82 <!-- 83 83 ************************************************ -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r30731 r31768 81 81 </fileset> 82 82 </copy> 83 <jar destfile="${module.jar}" basedir="${module.build.dir}"> 83 <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8"> 84 84 <!-- 85 85 ************************************************ -
applications/editors/josm/plugins/openvisible/build.xml
r30530 r31768 31 31 <fileset dir="data"/> 32 32 </copy> 33 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 33 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 34 34 <manifest> 35 35 <attribute name="Author" value="Christof Dallermassl"/> -
applications/editors/josm/plugins/roadsigns/build.xml
r30962 r31768 32 32 </fileset> 33 33 </copy> 34 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 34 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/routes/build.xml
r31692 r31768 30 30 <fileset dir="data"/> 31 31 </copy> 32 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 32 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 33 33 <manifest> 34 34 <attribute name="Author" value="Jiri Klement"/> -
applications/editors/josm/plugins/routing/build.xml
r30530 r31768 49 49 </fileset> 50 50 </copy> 51 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 51 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 52 52 <!-- 53 53 ************************************************ -
applications/editors/josm/plugins/sds/build.xml
r31152 r31768 21 21 <fileset dir="data"/> 22 22 </copy> 23 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 23 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 24 24 <manifest> 25 25 <attribute name="Author" value="Frederik Ramm"/> -
applications/editors/josm/plugins/seachart/jicons/build.xml
r30894 r31768 19 19 20 20 <target name="dist" depends="compile" description="generate the distribution" > 21 <jar jarfile="${jarfile}" basedir="${build}" > 21 <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8"> 22 22 <manifest> 23 23 <attribute name="Main-Class" value="jicons.Jicons"/> -
applications/editors/josm/plugins/seachart/josmtos57/build.xml
r31704 r31768 13 13 14 14 <target name="dist" depends="compile" description="generate the distribution"> 15 <jar jarfile="${jarfile}" basedir="${build}" > 15 <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8"> 16 16 <manifest> 17 17 <attribute name="Main-Class" value="josmtos57.Josmtos57"/> -
applications/editors/josm/plugins/seachart/jplotter/build.xml
r30894 r31768 13 13 14 14 <target name="dist" depends="compile" description="generate the distribution" > 15 <jar jarfile="${jarfile}" basedir="${build}" > 15 <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8"> 16 16 <manifest> 17 17 <attribute name="Main-Class" value="jplotter.Jplotter"/> -
applications/editors/josm/plugins/seachart/jrender/build.xml
r30894 r31768 19 19 20 20 <target name="dist" depends="compile" description="generate the distribution" > 21 <jar jarfile="${jarfile}" basedir="${build}" > 21 <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8"> 22 22 <manifest> 23 23 <attribute name="Main-Class" value="jrender.Jrender"/> -
applications/editors/josm/plugins/seachart/js57toosm/build.xml
r31659 r31768 17 17 18 18 <target name="dist" depends="compile" description="generate the distribution"> 19 <jar jarfile="${jarfile}" basedir="${build}" > 19 <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8"> 20 20 <manifest> 21 21 <attribute name="Main-Class" value="js57toosm.Js57toosm"/> -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r31615 r31768 29 29 <fileset dir="data"/> 30 30 </copy> 31 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 31 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 32 32 <manifest> 33 33 <attribute name="Author" value="Imi"/> -
applications/editors/josm/plugins/trustosm/build.xml
r30829 r31768 101 101 </antcall> 102 102 <antcall target="additional-manifest" /> 103 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST"/> 103 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8"/> 104 104 <delete file="MANIFEST" failonerror="no"/> 105 105 <antcall target="post-dist" /> -
applications/editors/josm/plugins/turnlanes/build.xml
r30416 r31768 36 36 </fileset> 37 37 </copy> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 38 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8"> 39 39 <!-- 40 40 ************************************************
Note:
See TracChangeset
for help on using the changeset viewer.