imakerplugin/build_imaker_plugin.xml
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion

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