org.symbian.tools.wrttools.jseditors/build.properties
author John Kern <johnk@symbian.org>
Wed, 03 Mar 2010 14:30:47 -0800
changeset 217 27fd31e7f051
parent 76 57613a26af19
permissions -rw-r--r--
bug 1872 - refined version string
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     1
output.. = bin/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     2
bin.includes = plugin.xml,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     3
               META-INF/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     4
               icons/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     5
               contexts.xml,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     6
               html/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     7
               *.xml,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     8
               intro/,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     9
               net.sf.wdte.ui.jar,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    10
               net.sf.wdte.core.jar,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    11
               net.sf.wdte.js.core.jar,\
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    12
               net.sf.wdte.js.ui.jar,\
60
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    13
               tk.eclipse.plugin.htmleditor_2.0.6.1.jar,\
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    14
               license.html,\
ad7b5602414f Build adjustments
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    15
               epl-v10.html
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    16
source.net.sf.wdte.ui.jar = src/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    17
source.net.sf.wdte.core.jar = src/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    18
source.net.sf.wdte.js.core.jar = src/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    19
source.net.sf.wdte.js.ui.jar = src/
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    20
source.tk.eclipse.plugin.htmleditor_2.0.6.1.jar = src/
76
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    21
# javac 
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    22
javacSource=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    23
javacTarget=1.5
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    24
javacVerbose=true
57613a26af19 add properties to enforce source level 1.5
John Kern <johnk@symbian.org>
parents: 60
diff changeset
    25