Changeset 31182 in osm for applications/editors/josm/plugins/mapillary/build.xml
- Timestamp:
- 2015-06-02T16:21:50+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.xml
r31175 r31182 30 30 <!-- <property name="plugin.link" value="..."/>--> 31 31 <!--<property name="plugin.early" value="..."/>--> 32 <!--<property name="plugin.requires" value=" ..."/>-->32 <!--<property name="plugin.requires" value="commons-imagery"/>--> 33 33 <!--<property name="plugin.stage" value="..."/>--> 34 34 … … 37 37 38 38 <!-- ** include targets that all plugins have in common ** --> 39 39 40 <import file="../build-common.xml"/> 40 41 42 <target name="compile" depends="init"> 43 <echo message="compiling sources for ${plugin.jar} ... "/> 44 <javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 45 <classpath> 46 <pathelement location="${josm}"/> 47 48 </classpath> 49 <compilerarg value="-Xlint:deprecation"/> 50 <compilerarg value="-Xlint:unchecked"/> 51 </javac> 52 </target> 41 53 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
