Ignore:
Timestamp:
2015-06-02T16:21:50+02:00 (11 years ago)
Author:
nokutu
Message:

Externalized commons-imagery repo

File:
1 edited

Legend:

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

    r31175 r31182  
    3030    <!-- <property name="plugin.link" value="..."/>-->
    3131    <!--<property name="plugin.early" value="..."/>-->
    32     <!--<property name="plugin.requires" value="..."/>-->
     32    <!--<property name="plugin.requires" value="commons-imagery"/>-->
    3333    <!--<property name="plugin.stage" value="..."/>-->
    3434   
     
    3737       
    3838    <!-- ** include targets that all plugins have in common ** -->
     39   
    3940    <import file="../build-common.xml"/>
    40  
     41   
     42    <target name="compile" depends="init">
     43                <echo message="compiling sources for  ${plugin.jar} ... "/>
     44                <javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
     45            <classpath>
     46                <pathelement location="${josm}"/>
     47               
     48            </classpath>
     49                        <compilerarg value="-Xlint:deprecation"/>
     50                        <compilerarg value="-Xlint:unchecked"/>
     51                </javac>
     52        </target>
    4153</project>
Note: See TracChangeset for help on using the changeset viewer.