imakerplugin/build_imaker_plugin.xml
author haismail <hussein.ismail@nokia.com>
Thu, 11 Feb 2010 10:37:13 +0200
changeset 3 9b808d6f55be
parent 0 61163b28edca
permissions -rw-r--r--
Fixed invalid imp file selection problem

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