Ignore:
Timestamp:
2012-11-27T22:37:57+01:00 (12 years ago)
Author:
donvip
Message:

[josm_geotools] Fix build.xml

File:
1 edited

Legend:

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

    r29006 r29007  
    7373    </target>
    7474    <target name="setup-dist">
    75         <antcall target="setup-dist-default" />
     75        <antcall target="setup-dist-default" />
    7676    </target>
    7777    <!--
     
    8282    <target name="dist" depends="compile,revision">
    8383        <echo message="creating ${ant.project.name}.jar ... "/>
    84         <antcall target="setup-dist" />
     84        <antcall target="setup-dist" />
    8585        <delete file="MANIFEST" failonerror="no"/>
    8686        <manifest file="MANIFEST" mode="update">
     
    121121        </jar>
    122122        <delete file="MANIFEST" failonerror="no"/>
     123        <antcall target="post-dist" />
     124    </target>
     125    <target name="post-dist">
     126        <!-- to be overidden by plugins that need to perform additional tasks on resulting jar -->
    123127    </target>
    124128    <target name="add-manifest-attribute" depends="check-manifest-attribute" if="have-${propery.name}">
Note: See TracChangeset for help on using the changeset viewer.