org.symbian.tools.wrttools.debug.core/build.properties
author John Kern <johnk@symbian.org>
Tue, 02 Feb 2010 08:16:15 -0800
changeset 76 57613a26af19
parent 2 e4420d2515f1
child 119 be293233cdde
permissions -rw-r--r--
add properties to enforce source level 1.5

source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               icons/main16.gif,\
               http-content/,\
               LICENSE
src.includes = src/,\
               .settings/,\
               .classpath,\
               .project,\
               LICENSE,\
               launch/
# javac 
javacSource=1.5
javacTarget=1.5
javacVerbose=true