org.symbian.tools.wrttools.jseditors/build.properties
author tasneems@symbian.org
Thu, 18 Feb 2010 13:38:37 -0800
changeset 166 bb6ce7e96991
parent 76 57613a26af19
permissions -rw-r--r--
Added mac to the build
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