imakerplugin/build_imaker_plugin.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Tue, 31 Aug 2010 11:53:05 +0300
changeset 15 5dbe3ac0f269
parent 0 61163b28edca
permissions -rw-r--r--
Framework 1.9.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>