scripts/genBuildScripts.xml
author tasneems@symbian.org
Mon, 01 Mar 2010 17:18:53 -0800
changeset 212 29e6ab151abe
parent 69 6814f24fe420
permissions -rw-r--r--
Fixed 2083: error cleaning up bluetooth deployment

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