blob: e4561faa266af3c8ad61ad74b0bbfb3e9b95ded3 [file]
<?xml version="1.0" encoding="UTF-8"?>
<project default="run-cc">
<!-- $Id: cc-run.xml,v 1.3 2007/09/06 13:59:32 mrussell Exp $ -->
<import file="cc-macros.xml" />
<!-- ================================================= -->
<target name="run-cc">
<!--
<record name="/var/tmp/cc-run.log" loglevel="verbose" action="start"/>
-->
<echo message="$Id: cc-run.xml,v 1.3 2007/09/06 13:59:32 mrussell Exp $"/>
<cc_init />
<!-- Build CodePro Ant -->
<cc_setup />
<cc_eclipse_ant buildfile="build-product.xml"
log="build-${product.name}.log"
eclipseDirName="eclipse_330"/>
<generateBuildDate/>
</target>
</project>