fixing broken 4.0 daily build...helps if you actually DEFINE the target daily-build-4.0 BEFORE calling it :)

This commit is contained in:
sbohlen
2010-11-01 18:03:10 +00:00
parent 592edc46f2
commit a17316370b

View File

@@ -1061,6 +1061,15 @@ Commandline Examples:
<call target="compile-build-3.5"/>
</target>
<target name="daily-build-4.0">
<call target="set-build-namespaces-all"/>
<call target="set-package-configuration"/>
<call target="set-debug-build-configuration"/>
<call target="compile-build-4.0"/>
<call target="set-release-build-configuration"/>
<call target="compile-build-4.0"/>
</target>
<!-- Target to use when packaging everything in CVS -->
<target name="package-cvs" description="Build and Package distribution">