plugins/org.symbian.tools.wrttools/build.properties
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 19 Aug 2010 17:48:04 -0700
changeset 470 d4809db37847
parent 216 org.symbian.tools.wrttools/build.properties@914d053d42b1
child 482 2973198ae2a9
permissions -rw-r--r--
Changed repository layout and renamed project files. This revision is untested and may not run.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
191
61c04b3eb3e7 Bug 2001 - css validator to separate plug-in
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
     1
source.. = src/
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     2
output.. = bin/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     3
bin.includes = META-INF/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     4
               .,\
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     5
               plugin.xml,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     6
               projecttemplates/,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     7
               licenses/,\
50
0560e98b9bf6 Added widget project nature and WRT validators
tasneems@symbian.org
parents: 3
diff changeset
     8
               icons/,\
60
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 53
diff changeset
     9
               epl-v10.html,\
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 53
diff changeset
    10
               license.html,\
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    11
               schema/,\
216
914d053d42b1 Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 191
diff changeset
    12
               libraries/,\
914d053d42b1 Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 191
diff changeset
    13
               lib/
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    14
# javac 
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    15
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    16
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    17
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    18