scripts/genBuildScripts.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 15 Mar 2010 17:36:40 -0700
changeset 267 a0f8d02facf1
parent 69 6814f24fe420
permissions -rw-r--r--
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in

<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>