author | John Kern <johnk@symbian.org> |
Tue, 02 Feb 2010 08:16:15 -0800 | |
changeset 76 | 57613a26af19 |
parent 60 | ad7b5602414f |
permissions | -rw-r--r-- |
0 | 1 |
output.. = bin/ |
2 |
bin.includes = plugin.xml,\ |
|
3 |
META-INF/,\ |
|
4 |
icons/,\ |
|
5 |
contexts.xml,\ |
|
6 |
html/,\ |
|
7 |
*.xml,\ |
|
8 |
intro/,\ |
|
9 |
net.sf.wdte.ui.jar,\ |
|
10 |
net.sf.wdte.core.jar,\ |
|
11 |
net.sf.wdte.js.core.jar,\ |
|
12 |
net.sf.wdte.js.ui.jar,\ |
|
60 | 13 |
tk.eclipse.plugin.htmleditor_2.0.6.1.jar,\ |
14 |
license.html,\ |
|
15 |
epl-v10.html |
|
0 | 16 |
source.net.sf.wdte.ui.jar = src/ |
17 |
source.net.sf.wdte.core.jar = src/ |
|
18 |
source.net.sf.wdte.js.core.jar = src/ |
|
19 |
source.net.sf.wdte.js.ui.jar = src/ |
|
20 |
source.tk.eclipse.plugin.htmleditor_2.0.6.1.jar = src/ |
|
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
60
diff
changeset
|
21 |
# javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
60
diff
changeset
|
22 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
60
diff
changeset
|
23 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
60
diff
changeset
|
24 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
60
diff
changeset
|
25 |