author | your_name <your_email_address> |
Thu, 25 Feb 2010 09:06:51 -0800 | |
changeset 199 | e80a4029f09f |
parent 119 | be293233cdde |
child 223 | e6391b76ba4c |
permissions | -rw-r--r-- |
2 | 1 |
source.. = src/ |
2 |
output.. = bin/ |
|
3 |
bin.includes = META-INF/,\ |
|
4 |
.,\ |
|
5 |
plugin.xml,\ |
|
6 |
icons/main16.gif,\ |
|
7 |
LICENSE |
|
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 |