org.symbian.tools.wrttools.product/build.properties
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 26 Feb 2010 13:21:29 -0800
changeset 207 ee3db195dcef
parent 172 8ecbe3a8f9a7
child 233 724656eaa2af
permissions -rw-r--r--
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     1
output.. = bin/
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     2
bin.includes = META-INF/,\
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     3
               .,\
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     4
               plugin.xml,\
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     5
               plugin_customization.ini,\
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 76
diff changeset
     6
               icons/,\
164
725464fa5a25 Minor build tweaks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
     7
               about.ini,\
725464fa5a25 Minor build tweaks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
     8
               about.properties,\
172
8ecbe3a8f9a7 Fixed the About dialog message
Eugene
parents: 164
diff changeset
     9
               about.html,\
8ecbe3a8f9a7 Fixed the About dialog message
Eugene
parents: 164
diff changeset
    10
               OSGI-INF/l10n/bundle.properties,\
8ecbe3a8f9a7 Fixed the About dialog message
Eugene
parents: 164
diff changeset
    11
               plugin.properties,\
8ecbe3a8f9a7 Fixed the About dialog message
Eugene
parents: 164
diff changeset
    12
               config_inis/
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 39
diff changeset
    13
source.. = src/
# javac 
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 39
diff changeset
    14
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 39
diff changeset
    15
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 39
diff changeset
    16
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 39
diff changeset
    17