Changeset 4088 in osm for applications/editors/josm/plugins/nearclick/build.xml
- Timestamp:
- 2007-08-12T13:08:46+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/nearclick/build.xml
r3789 r4088 8 8 <!-- Windows has a different home directory scheme then unix/linux --> 9 9 <!-- I don't know an automatic way to find it with ant :-(, if you know, please fix --> 10 <property name="plugins" location="${user.home}/.josm/plugins" ></property> 11 < !--<property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>-->10 <!--<property name="plugins" location="${user.home}/.josm/plugins" ></property>--> 11 <property name="plugins" location="${user.home}/Application Data/JOSM/plugins" ></property> 12 12 13 13 <!-- you should not need to modify anything below this! --> … … 20 20 21 21 <target name="compile" depends="init"> 22 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true"> 22 <javac srcdir="src" target="1.5" classpath="${josm}" destdir="build" debug="true"> 23 23 <include name="**/*.java" /> 24 24 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.
