Changeset 30743 in osm for applications/editors/josm/plugins
- Timestamp:
- 2014-10-19T02:54:49+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r30645 r30743 98 98 <ant target="dist" dir="tracer"/> 99 99 <ant target="dist" dir="tracer2"/> 100 <ant target="dist" dir="trustosm"/> 100 101 <ant target="dist" dir="turnlanes"/> 101 102 <ant target="dist" dir="turnrestrictions"/> … … 110 111 </target> 111 112 <target name="build_defect" depends="compile"> 112 <ant target="dist" dir="trustosm"/>113 113 </target> 114 114 <target name="clean"> -
applications/editors/josm/plugins/trustosm/build.xml
r30416 r30743 33 33 <target name="compile" depends="init"> 34 34 <echo message="compiling sources for ${plugin.jar} ... "/> 35 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" >35 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 36 36 <compilerarg value="-Xlint:deprecation"/> 37 37 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.