imakerplugin/build_imaker_plugin.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Mon, 06 Sep 2010 08:39:29 +0300
changeset 17 aa3399e01058
parent 0 61163b28edca
permissions -rw-r--r--
RemoteControl 1.5.0

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