author | John Kern <johnk@symbian.org> |
Tue, 02 Feb 2010 08:17:07 -0800 | |
changeset 77 | 6f45a9788e49 |
parent 76 | 57613a26af19 |
child 276 | f2f4a1259de8 |
permissions | -rw-r--r-- |
2 | 1 |
bin.includes = META-INF/,\ |
2 |
plugin.xml,\ |
|
3 |
.,\ |
|
4 |
LICENSE,\ |
|
5 |
plugin.properties |
|
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 |
# javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
10 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
11 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
12 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
13 |