Changeset 7287 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2008-04-06T21:10:11+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r6709 r7287 13 13 <property name="josm.build.dir" value="../../core/"/> 14 14 <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/> 15 <!-- <property name="josm" location="../../JOSM/dist/josm-custom.jar" /> -->16 15 <property name="josm" location="../../core/dist/josm-custom.jar" /> 17 16 <property name="plugin.build.dir" value="build"/> … … 56 55 57 56 <target name="compile" depends="init"> 57 <echo message="creating ${plugin.jar}"/> 58 58 <mkdir dir="${plugin.build.dir}"/> 59 59 <javac srcdir="livegps" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5"> … … 61 61 <pathelement path="${josm.build.dir}/build"/> 62 62 <fileset dir="${josm.build.dir}/lib"> 63 <include name=" /usr/lib/josm/josm.jar"/>63 <include name="../core/build/josm.jar"/> 64 64 <include name="**/*.jar"/> 65 65 </fileset>
Note:
See TracChangeset
for help on using the changeset viewer.