author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 13 May 2010 15:47:02 -0700 | |
changeset 333 | 895153411a80 |
parent 303 | a619b3ef3095 |
permissions | -rw-r--r-- |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
1 |
source.. = src/ |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
2 |
output.. = bin/ |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
3 |
bin.includes = META-INF/,\ |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
4 |
.,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
5 |
plugin.xml,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
6 |
preview/,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
7 |
preferences.ini,\ |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
8 |
icons/,\ |
45
aa2fb3fcc303
Aptana requirement was removed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
9 |
wrt.xml,\ |
303
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
76
diff
changeset
|
10 |
http-content/,\ |
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
76
diff
changeset
|
11 |
lib/json_simple/json_simple-1.1.jar |
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
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:
45
diff
changeset
|
13 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
14 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
15 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
16 |