org.symbian.tools.wrttools.feature/compile.org.symbian.tools.wrttools.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 11 Feb 2010 16:56:30 -0800
changeset 139 f0a865ead60b
parent 48 df12256c6ad0
permissions -rw-r--r--
Fixed Bug 1869 - Open index file and select it in navigator after the project is created/imported

<?xml version="1.0" encoding="UTF-8"?>
<project name="Compile org.symbian.tools.wrttools" default="main">
	<target name="main">
		<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.jseditors" target="build.jars"/>
		<ant antfile="build.xml" dir="../org.symbian.tools.wrttools" target="build.jars"/>
		<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.previewer" target="build.jars"/>
		<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.debug.core" target="build.jars"/>
	</target>
</project>