~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to swig/java/build.xml

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        <target name="compile_tests" depends="archive" description="Compile the tests files.">
24
24
                <mkdir dir="build/apps"/>
25
25
                <javac srcdir="apps" destdir="build/apps" 
26
 
                       debug="on" source="1.4" target="1.4"
 
26
                       debug="on" source="1.5" target="1.5"
27
27
                       includeantruntime="false" deprecation="true" classpath="gdal.jar">
28
28
                </javac>
29
29
                <echo>compilation of tests complete</echo>