Changeset 31943 in osm for applications
- Timestamp:
- 2016-01-05T02:54:59+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r31937 r31943 37 37 <!-- 38 38 ********************************************************** 39 ** compile_collections - compiles Apache Collections needed classes40 **********************************************************41 -->42 <target name="compile_collections" depends="init">43 <echo message="compiling Apache Collections ... "/>44 <javac srcdir="includes/org/apache/commons/collections" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" />45 </target>46 <!--47 **********************************************************48 39 ** compile_jopendoc - compiles JOpenDocument needed classes 49 40 ********************************************************** 50 41 --> 51 <target name="compile_jopendoc" depends="init , compile_collections">42 <target name="compile_jopendoc" depends="init"> 52 43 <echo message="compiling JOpenDocument ... "/> 53 44 <javac srcdir="includes/org/jopendocument" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" > … … 55 46 <!-- JDOM is required and embedded in geotools jar --> 56 47 <pathelement location="${geotools}"/> 48 <pathelement location="${apache-commons}"/> 57 49 </classpath> 58 50 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.