Changeset 3066 in osm for applications/editors


Ignore:
Timestamp:
2007-05-30T19:01:49+02:00 (17 years ago)
Author:
christofd
Message:

fixed build directory of josm

File:
1 edited

Legend:

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

    r2926 r3066  
    1818    <javac srcdir="namefinder" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
    1919      <classpath>
    20         <pathelement path="${josm.prj.dir}/bin"/>
     20        <pathelement path="${josm.prj.dir}/build"/>
    2121        <fileset dir="${josm.prj.dir}/lib">
    2222          <include name="**/*.jar"/>
Note: See TracChangeset for help on using the changeset viewer.