mparker | ccb628f | 2009-09-09 17:46:43 +0000 | [diff] [blame^] | 1 | <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> |