Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries
<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>