blob: 2b81eaf21991c667dde38db71950be80817e0120 [file] [log] [blame]
mparkerccb628f2009-09-09 17:46:43 +00001<project default="run" name="org.eclipse.amp.releng/build.xml - Run an AMP build using the Athena CBI">
2 <target name="run">
3 <ant antfile="build.xml" target="run" >
4 <property file="build-local.properties" />
5 </ant>
6 </target>
7</project>