Changeset 35604 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-10-20T02:23:02+02:00 (4 years ago)
Author:
simon04
Message:

fix #19972 - pbf: resolve libs using Ivy

Location:
applications/editors/josm/plugins/pbf
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf

    • Property svn:externals deleted
    • Property svn:ignore
      •  

        old new  
        44findbugs-josm-pbf.xml
        55javadoc
         6lib
  • applications/editors/josm/plugins/pbf/build.xml

    r34829 r35604  
    1414    <!-- ** include targets that all plugins have in common ** -->
    1515    <import file="../build-common.xml"/>
    16  
    17     <!--
    18     **********************************************************
    19     ** compile - complies the source tree
    20     **********************************************************
    21     -->
    22     <target name="compile" depends="init">
    23         <echo message="compiling sources for ${plugin.jar} ... "/>
    24         <javac classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false">
    25             <!-- get rid of "internal proprietary API" warning -->
    26             <compilerarg value="-XDignore.symbol.file"/>
    27             <src path="src" />
    28             <src path="gen" />
    29             <exclude name="org/**"/>
    30         </javac>
    31         <javac classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false">
    32             <compilerarg value="-Xlint:deprecation"/>
    33             <compilerarg value="-Xlint:unchecked"/>
    34             <src path="src" />
    35             <include name="org/**"/>
    36         </javac>
    37     </target>
     16    <target name="pre-compile" depends="fetch_dependencies"/>
     17
    3818</project>
  • applications/editors/josm/plugins/pbf/src

    • Property svn:externals deleted
  • applications/editors/josm/plugins/pbf/src/com/google

    • Property svn:externals deleted
Note: See TracChangeset for help on using the changeset viewer.