Changeset 29025 in osm for applications


Ignore:
Timestamp:
2012-12-03T22:29:16+01:00 (12 years ago)
Author:
donvip
Message:

[josm_geotools] Fix build.xml

File:
1 edited

Legend:

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

    r29013 r29025  
    1111    <property name="plugin.icon" value="images/compass.png"/>
    1212    <!--<property name="plugin.link" value="..."/>-->
    13     <property name="plugin.early" value="true"/>
     13    <!--<property name="plugin.early" value="..."/>-->
    1414    <property name="plugin.requires" value="jts"/>
    1515    <property name="plugin.stage" value="20"/>
     
    2525    <target name="post-dist">
    2626        <move file="${plugin.jar}" todir="${plugin.build.dir}" />
    27         <jar destfile="${plugin.jar}">
     27        <jar destfile="${plugin.jar}" filesetmanifest="merge">
    2828            <fileset dir="jar"/>
    2929                <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
     
    3333                <exclude name="javax/*.txt"/>
    3434                </zipfileset>
    35             <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar" includes="META-INF/*.jai" />
     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>
    3639        </jar>
    3740        <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
Note: See TracChangeset for help on using the changeset viewer.