Ignore:
Timestamp:
2008-09-03T10:11:37+02:00 (16 years ago)
Author:
stoecker
Message:

build fixes

File:
1 edited

Legend:

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

    r10122 r10439  
    5656  <target name="compile" depends="init">
    5757    <echo message="creating ${plugin.jar}"/>
    58     <javac srcdir="src" classpath="../../core/dist/josm-custom.jar" destdir="build">
     58    <javac srcdir="src" classpath="${josm}" destdir="build">
    5959      <compilerarg value="-Xlint:deprecation"/>
    6060    </javac>
Note: See TracChangeset for help on using the changeset viewer.