author | tasneems@symbian.org |
Thu, 25 Feb 2010 19:04:33 -0800 | |
changeset 206 | bf86f4fadeb4 |
parent 76 | 57613a26af19 |
child 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,\ |
76
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
10 |
http-content/ # javac |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
11 |
javacSource=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
12 |
javacTarget=1.5 |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
13 |
javacVerbose=true |
57613a26af19
add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents:
45
diff
changeset
|
14 |