View of /branches/taiga/ModularRex/.nant/bamboo.build
Parent Directory
|
Revision Log
Revision 189 -
(download)
(annotate)
Tue Jun 23 12:47:06 2009 UTC (3 years, 11 months ago) by mikkopa
File size: 682 byte(s)
Tue Jun 23 12:47:06 2009 UTC (3 years, 11 months ago) by mikkopa
File size: 682 byte(s)
Added Taiga branch.
<?xml version="1.0" ?>
<project name="ModularRex" default="build">
<target name="build">
<exec program="../../../MRX-OS/bin/Prebuild.exe" commandline="/target nant" workingdir="../" />
<nant buildfile="../ModularRex.build" target="build" />
</target>
<target name="cibuild">
<property name="projectdir" value="ModularRex" />
<copy todir="../../../bin/">
<fileset basedir="../../../MRX-OS/bin/">
<include name="**" />
</fileset>
</copy>
<exec program="../../../MRX-OS/bin/Prebuild.exe" commandline="/target nant" workingdir="../" />
<nant buildfile="../ModularRex.build" target="build" />
</target>
</project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

