org.symbian.tools.wrttools.feature/compile.org.symbian.tools.wrttools.xml
author John Kern <johnk@symbian.org>
Mon, 01 Feb 2010 12:06:14 -0800
changeset 65 6bec0231e8d2
parent 48 df12256c6ad0
permissions -rw-r--r--
added script to drive the builds. updated others to accept parameters

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