Ignore:
Timestamp:
2014-10-18T16:48:52+02:00 (11 years ago)
Author:
donvip
Message:

[josm_geotools] fix sonar issues

File:
1 edited

Legend:

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

    r30416 r30734  
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    66    <property name="plugin.main.version" value="7001"/>
    7        
     7   
    88    <property name="plugin.author" value="Don-vip"/>
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin"/>
     
    1717    <!-- ** include targets that all plugins have in common ** -->
    1818    <import file="../build-common.xml"/>
    19        
     19   
    2020    <!--
    2121    **********************************************************
     
    2424    -->
    2525    <target name="post-dist">
    26         <move file="${plugin.jar}" todir="${plugin.build.dir}" />
    27         <jar destfile="${plugin.jar}" filesetmanifest="merge">
     26        <move file="${plugin.jar}" todir="${plugin.build.dir}" />
     27        <jar destfile="${plugin.jar}" filesetmanifest="merge">
    2828            <fileset dir="jar"/>
    29                 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
     29            <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
    3030                <exclude name="*.class"/>
    31                         <exclude name="*.html"/>
     31                <exclude name="*.html"/>
    3232                <exclude name="META-INF/**/*"/>
    3333                <exclude name="javax/*.txt"/>
    34                 </zipfileset>
    35             <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
    36                 <include name="META-INF/MANIFEST.MF"/>
    37                 <include name="META-INF/*.jai"/>
    38             </zipfileset>
    39         </jar>
    40         <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
     34            </zipfileset>
     35            <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
     36                <include name="META-INF/MANIFEST.MF"/>
     37                <include name="META-INF/*.jai"/>
     38            </zipfileset>
     39        </jar>
     40        <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
    4141    </target>
    4242</project>
Note: See TracChangeset for help on using the changeset viewer.