author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 19 Aug 2010 17:48:04 -0700 | |
changeset 470 | d4809db37847 |
parent 313 | org.symbian.tools.wrttools.debug.core/build.properties@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/ |
313
25282116ebcf
Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
223
diff
changeset
|
8 |
src.includes = LICENSE |
119
be293233cdde
Some compilation warnings were cleared
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
76
diff
changeset
|
9 |
# javac |
76
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 |