Ignore:
Timestamp:
2016-06-23T00:40:31+02:00 (9 years ago)
Author:
donvip
Message:

seachart - make the build portable

Location:
applications/editors/josm/plugins/seachart/jplotter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/jplotter

    • Property svn:ignore set to
      build
      jplotter.jar
  • applications/editors/josm/plugins/seachart/jplotter/build.xml

    r31768 r32368  
    11<project name="jplotter" default="dist" basedir=".">
    22  <property name="src" location="src"/>
     3  <property name="srcmain" location="../src"/>
    34  <property name="build" location="build"/>
    45  <property name="jarfile" location="./jplotter.jar"/>
     
    910
    1011  <target name="compile" depends="init" description="compile the source " >
    11     <javac includeantruntime="false" srcdir="${src}" destdir="${build}"/>
     12    <javac includeantruntime="false" sourcepath="${srcmain}" srcdir="${src}" destdir="${build}"/>
    1213  </target>
    1314
Note: See TracChangeset for help on using the changeset viewer.