Changeset 32368 in osm for applications/editors/josm/plugins/seachart/jrender/build.xml
- Timestamp:
- 2016-06-23T00:40:31+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/seachart/jrender
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/jrender
-
Property svn:ignore
set to
build
jrender.jar
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/seachart/jrender/build.xml
r31955 r32368 1 1 <project name="jrender" default="dist" basedir="."> 2 2 <property name="src" location="src"/> 3 <property name="srcmain" location="../src"/> 3 4 <property name="build" location="build"/> 4 5 <property name="jarfile" location="./jrender.jar"/> 5 <property name="batik.dir" value=" /usr/local/bin/batik-1.7/"/>6 <property name="batik.dir" value="../libs/"/> 6 7 <path id="classpath"> 7 8 <fileset dir="${batik.dir}" includes="**/batik*.jar"/> 8 9 </path> 9 10 10 11 <target name="init"> 11 12 <mkdir dir="${build}"/> … … 13 14 14 15 <target name="compile" depends="init" description="compile the source " > 15 <javac includeantruntime="false" s rcdir="${src}" destdir="${build}" classpathref="classpath" encoding="UTF-8" />16 <javac includeantruntime="false" sourcepath="${srcmain}" srcdir="${src}" destdir="${build}" classpathref="classpath" encoding="UTF-8" /> 16 17 </target> 17 18
Note:
See TracChangeset
for help on using the changeset viewer.