scripts/genBuildScripts.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 15:22:02 -0700
changeset 495 0008ebdc0ec0
parent 69 6814f24fe420
permissions -rw-r--r--
Launch configurations were updated

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