author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 18 Feb 2010 14:13:18 -0800 | |
changeset 167 | 7547bfecf949 |
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 |