imakerplugin/build_imaker_plugin.xml
changeset 0 61163b28edca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imakerplugin/build_imaker_plugin.xml	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,7 @@
+<!-- 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>
\ No newline at end of file