Browse Source

lib/build.xml: Add comment why we use java6 target/source

pull/90/head
Florian Schmaus 11 years ago
parent
commit
530a3fcd2e
  1. 5
      lib/build.xml

5
lib/build.xml

@ -16,6 +16,11 @@ @@ -16,6 +16,11 @@
<target name="transdroid.jar" depends="check-android-exists" >
<mkdir dir="build/" />
<!-- We create java6 bytecode here, because Android build tools <
19.0.0 seem to be unable to handle java7 bytecode and the
f-droid buildserver does use a version < 19.0.0. In the
future the 'source' and 'target' attributes may be removed
from the the javac element. -->
<javac
srcdir="src/"
destdir="build/"

Loading…
Cancel
Save