Ignore:
Timestamp:
2013-03-30T01:26:46+01:00 (11 years ago)
Author:
stoecker
Message:

i18n update

File:
1 edited

Legend:

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

    r29007 r29435  
    117117            <param name="propery.value" value="${plugin.stage}"/>
    118118        </antcall>
     119        <antcall target="additional-manifest" />
    119120        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST">
    120121            <zipgroupfileset dir="${plugin.lib.dir}" includes="*.jar" erroronmissingdir="no"/>
     
    130131            <attribute name="${manifest.attribute}" value="${propery.value}" />
    131132        </manifest>
     133    </target>
     134    <!-- target to add additional entries, empty in commons -->
     135    <target name="additional-manifest">
    132136    </target>
    133137    <target name="check-manifest-attribute">
Note: See TracChangeset for help on using the changeset viewer.