author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 11 Mar 2010 18:00:58 -0800 | |
changeset 261 | a691cdb6c78a |
parent 223 | e6391b76ba4c |
child 313 | 25282116ebcf |
permissions | -rw-r--r-- |
2 | 1 |
source.. = src/ |
2 |
output.. = bin/ |
|
3 |
bin.includes = META-INF/,\ |
|
4 |
.,\ |
|
5 |
plugin.xml,\ |
|
223
e6391b76ba4c
Bug 2159 - Debug action does not have an image
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
6 |
LICENSE,\ |
e6391b76ba4c
Bug 2159 - Debug action does not have an image
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
7 |
icons/ |
2 | 8 |
src.includes = src/,\ |
9 |
.classpath,\ |
|
10 |
.project,\ |
|
119
be293233cdde
Some compilation warnings were cleared
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
76
diff
changeset
|
11 |
LICENSE |
be293233cdde
Some compilation warnings were cleared
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
76
diff
changeset
|
12 |
# javac |
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
13 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
14 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
15 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
2
diff
changeset
|
16 |