Changeset 34651 in osm for applications


Ignore:
Timestamp:
2018-09-15T01:13:33+02:00 (6 years ago)
Author:
donvip
Message:

refactoring

File:
1 edited

Legend:

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

    r34620 r34651  
    194194        </antcall>
    195195        <antcall target="additional-manifest" />
     196        <antcall target="build-jar" />
     197        <jar destfile="${plugin.sources.jar}" basedir="${plugin.src.dir}" level="9"/>
     198        <jar destfile="${plugin.javadoc.jar}" basedir="${plugin.doc.dir}" level="9"/>
     199        <delete file="MANIFEST" failonerror="no"/>
     200        <antcall target="post-dist" />
     201    </target>
     202    <target name="build-jar">
    196203        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8" duplicate="preserve" level="9">
    197204            <restrict>
     
    212219            </restrict>
    213220        </jar>
    214         <jar destfile="${plugin.sources.jar}" basedir="${plugin.src.dir}" level="9"/>
    215         <jar destfile="${plugin.javadoc.jar}" basedir="${plugin.doc.dir}" level="9"/>
    216         <delete file="MANIFEST" failonerror="no"/>
    217         <antcall target="post-dist" />
    218221    </target>
    219222    <target name="post-dist">
     
    608611                                                                                                                                                 org/openstreetmap/josm/plugins/dataimport/io/tcx/**/*.java,
    609612                                                                                                                                                 org/openstreetmap/josm/plugins/ohe/parser/**/*.java,
     613                                                                                                                                                 org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/**/*.java
    610614                                                                                                                                                 org/openstreetmap/josm/plugins/roadsigns/javacc/**/*.java,
    611615                                                                         org/osgeo/**/*.java,
    612                                                                                                                                                  pdfimport/pdfbox/operators/**/*.java
    613616                                                                                                                                                 "/>
    614617            <fileset dir="${basedir}/test" includes="**/*.java" erroronmissingdir="false"/>
Note: See TracChangeset for help on using the changeset viewer.