View of /trunk/ModularRex/.nant/bamboo.build
Parent Directory
|
Revision Log
Revision 33 -
(download)
(annotate)
Thu Jan 8 12:00:32 2009 UTC (4 years, 4 months ago) by mikkopa
File size: 682 byte(s)
Thu Jan 8 12:00:32 2009 UTC (4 years, 4 months ago) by mikkopa
File size: 682 byte(s)
bamboo
<?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 |

