plugins/org.symbian.tools.wrttools/build.properties
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 14 Oct 2010 14:46:23 -0700
changeset 493 e4a4cac2cdeb
parent 482 2973198ae2a9
permissions -rw-r--r--
CSS validator plugin was made completely self-contained
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,\
493
e4a4cac2cdeb CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 482
diff changeset
    11
               libraries/
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
    12
# javac 
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    13
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    14
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    15
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    16