author | John Kern <johnk@symbian.org> |
Tue, 02 Feb 2010 09:46:51 -0800 | |
changeset 79 | 04ca4cc712b8 |
parent 76 | 57613a26af19 |
child 145 | 19985c154f5c |
permissions | -rw-r--r-- |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
1 |
output.. = bin/ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
2 |
bin.includes = META-INF/,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
3 |
.,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
4 |
plugin.xml,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
5 |
plugin_customization.ini,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
6 |
icons/ |
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
39
diff
changeset
|
7 |
source.. = src/ # javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
39
diff
changeset
|
8 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
39
diff
changeset
|
9 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
39
diff
changeset
|
10 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
39
diff
changeset
|
11 |