Changeset 6709 in osm for applications/editors/josm/plugins/livegps/build.xml
- Timestamp:
- 2008-01-29T19:15:15+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r6162 r6709 10 10 11 11 <!-- compilation properties --> 12 <property name="josm.build.dir" value="../../core"/> 12 <!--<property name="josm.build.dir" value="../../JOSM/"/> --> 13 <property name="josm.build.dir" value="../../core/"/> 13 14 <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/> 15 <!-- <property name="josm" location="../../JOSM/dist/josm-custom.jar" /> --> 14 16 <property name="josm" location="../../core/dist/josm-custom.jar" /> 15 17 <property name="plugin.build.dir" value="build"/> … … 39 41 <copy todir="${plugin.build.dir}/images"> 40 42 <fileset dir="images" /> 41 </copy> 43 </copy> 42 44 43 45 <!-- create jar file --> … … 59 61 <pathelement path="${josm.build.dir}/build"/> 60 62 <fileset dir="${josm.build.dir}/lib"> 63 <include name="/usr/lib/josm/josm.jar"/> 61 64 <include name="**/*.jar"/> 62 65 </fileset> … … 68 71 <target name="install" depends="dist"> 69 72 <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/> 73 <copy file="liveGPS.conf" todir="${josm.plugins.dir}/livegps/" /> 70 74 </target> 71 75
Note:
See TracChangeset
for help on using the changeset viewer.
