scripts/genBuildScripts.xml
author John Kern <johnk@symbian.org>
Tue, 11 May 2010 10:45:33 -0700
changeset 326 e2a66d30f677
parent 69 6814f24fe420
permissions -rw-r--r--
migrating to eclipse 3.6

<project >
 <!-- 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}"
	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
 />
</project>