author | tasneems@symbian.org |
Wed, 10 Mar 2010 18:11:21 -0800 | |
changeset 247 | c4e62032b35b |
parent 76 | 57613a26af19 |
child 276 | f2f4a1259de8 |
permissions | -rw-r--r-- |
2 | 1 |
bin.includes = META-INF/,\ |
2 |
plugin.xml,\ |
|
3 |
res/,\ |
|
4 |
.,\ |
|
5 |
LICENSE,\ |
|
6 |
plugin.properties |
|
7 |
source.. = src/ |
|
8 |
output.. = bin/ |
|
9 |
src.includes = LICENSE |
|
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
10 |
|
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
11 |
# javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
12 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
13 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
14 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
15 |