author | Eugene Ostroukhov <eugeneo@symbian.org> |
Mon, 08 Mar 2010 09:24:25 -0800 | |
changeset 232 | 22c09a3753c1 |
parent 76 | 57613a26af19 |
child 276 | f2f4a1259de8 |
permissions | -rw-r--r-- |
2 | 1 |
bin.includes = META-INF/,\ |
2 |
.,\ |
|
3 |
lib/,\ |
|
4 |
LICENSE |
|
5 |
jars.compile.order = . |
|
6 |
source.. = src/ |
|
7 |
output.. = bin/ |
|
8 |
src.includes = LICENSE |
|
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
9 |
|
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
10 |
# javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
11 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
12 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
13 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
14 |