~ubuntu-branches/ubuntu/trusty/ehcache/trusty

« back to all changes in this revision

Viewing changes to debian/build.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-06 14:53:07 UTC
  • mfrom: (1.1.7) (2.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130506145307-v5bhw5yu70re00l3
Tags: 2.6.7-1
* Team upload.
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  </target>
15
15
 
16
16
  <target name="compile" depends="init">
17
 
    <javac destdir="${build}" srcdir="src/main/java"/>
 
17
    <javac destdir="${build}" srcdir="src/main/java" debug="yes" source="1.5" target="1.5"/>
18
18
  </target>
19
19
 
20
20
  <target name="init">