org.symbian.tools.wrttools/build.properties
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 22 Feb 2010 15:46:49 -0800
changeset 184 5d205e48f9d3
parent 145 19985c154f5c
child 191 61c04b3eb3e7
permissions -rw-r--r--
Minor editing settings adjustments to improve patch creation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     1
source.. = src/,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     2
           cssvalidation-src/,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     3
           cssvalidator-mods-src/
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     4
output.. = bin/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     5
bin.includes = META-INF/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     6
               .,\
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     7
               plugin.xml,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     8
               projecttemplates/,\
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
     9
               licenses/,\
50
0560e98b9bf6 Added widget project nature and WRT validators
tasneems@symbian.org
parents: 3
diff changeset
    10
               icons/,\
60
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 53
diff changeset
    11
               lib/,\
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 53
diff changeset
    12
               epl-v10.html,\
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 53
diff changeset
    13
               license.html,\
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    14
               schema/,\
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    15
               lib/org.bluecove_2.1.1.jar
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    16
# javac 
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    17
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    18
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    19
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    20