org.chromium.sdk/build.properties
author John Kern <johnk@symbian.org>
Tue, 02 Feb 2010 08:16:15 -0800
changeset 76 57613a26af19
parent 2 e4420d2515f1
child 276 f2f4a1259de8
permissions -rw-r--r--
add properties to enforce source level 1.5

bin.includes = META-INF/,\
               .,\
               lib/,\
               LICENSE
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = LICENSE

# javac 
javacSource=1.5
javacTarget=1.5
javacVerbose=true