add properties for javac
authorJohn Kern <johnk@symbian.org>
Mon, 01 Feb 2010 13:31:36 -0800
changeset 69 6814f24fe420
parent 68 0f778d24a639
child 70 22b1c93d7a58
add properties for javac
scripts/genBuildScripts.xml
--- a/scripts/genBuildScripts.xml	Mon Feb 01 13:29:56 2010 -0800
+++ b/scripts/genBuildScripts.xml	Mon Feb 01 13:31:36 2010 -0800
@@ -2,6 +2,8 @@
  <!-- WS_DIR is set in the associated shell scripts -->
  <property environment="env"/>
  <echo message="workspace: ${env.WS_DIR}"/>
+ <property name="source" value="1.5" />
+ <property name="target" value="1.5" />
  <eclipse.buildScript 
         elements="feature@org.symbian.tools.wrttools"
         buildDirectory="${env.WS_DIR}"