imakerplugin/build_imaker_plugin.xml
author wpaul
Mon, 13 Sep 2010 14:05:45 -0500
changeset 22 0db329b41f7d
parent 0 61163b28edca
permissions -rw-r--r--
fixed up metadata editor branding/discovery/etc.

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