imakerplugin/build_imaker_plugin.xml
author haismail <hussein.ismail@nokia.com>
Mon, 25 Jan 2010 12:26:21 +0200
changeset 1 7ff23301fe22
parent 0 61163b28edca
permissions -rw-r--r--
iMaker plugin updated: Ticket #1188: As a Carbide.c++ user I want to modify my .IMP file using iMaker plugin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<!-- Delegating build script, used by cruisecontrol to build MY_PROJECT_1.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
       Note that the basedir is set to the checked out project -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
<project name="imaker_plugin" default="build" basedir=".">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
	<target name="build">	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
		<ant antfile="build.xml"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
	</target>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
</project>