Changeset 23378 in osm


Ignore:
Timestamp:
2010-09-27T20:30:12+02:00 (14 years ago)
Author:
bastik
Message:

improve build

File:
1 edited

Legend:

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

    r22850 r23378  
    5858    -->
    5959        <target name="compile" depends="init">
     60                <echo message="compiling sanselan sources ... "/>
     61                <javac srcdir="${plugin.src.dir}" excludes="org/openstreetmap/**" debug="true" destdir="${plugin.build.dir}" encoding="iso-8859-1">
     62                        <compilerarg value="-Xlint:deprecation"/>
     63                </javac>
    6064                <echo message="compiling sources for  ${plugin.jar} ... "/>
    61                 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" encoding="iso-8859-1">
     65                <javac srcdir="${plugin.src.dir}" excludes="org/apache/sanselan/**" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
    6266                        <compilerarg value="-Xlint:deprecation"/>
    6367                        <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.