plugins/org.symbian.tools.tmw.previewer/build.properties
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 11 Oct 2010 14:10:17 -0700
changeset 491 27c0e5ff3255
parent 485 df4f55e8569e
permissions -rw-r--r--
Bug 3809 - Simulator does not properly simulate setDisplay* methods
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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/,\
303
a619b3ef3095 Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 76
diff changeset
     9
               http-content/,\
a619b3ef3095 Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 76
diff changeset
    10
               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
    11
# javac 
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 45
diff changeset
    12
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 45
diff changeset
    13
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 45
diff changeset
    14
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 45
diff changeset
    15