scripts/genBuildScripts.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 13 Jul 2010 14:25:10 -0700
changeset 442 980aaebb8022
parent 69 6814f24fe420
permissions -rw-r--r--
Bug 3192 - phonegap wizard: Contacts filter does not seem to work Bug 3184 - Reorganize new project wizard

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