imakerplugin/build_imaker_plugin.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 21 Apr 2010 11:46:38 +0300
changeset 9 e67492608de0
parent 0 61163b28edca
permissions -rw-r--r--
HTI Connection 1.4.0 What's new: * Change: API improvements

<!-- Delegating build script, used by cruisecontrol to build MY_PROJECT_1.
       Note that the basedir is set to the checked out project -->
<project name="imaker_plugin" default="build" basedir=".">
	<target name="build">	
		<ant antfile="build.xml"/>
	</target>
</project>