~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/Solution/vb/default.build

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<project name="NAnt Examples" default="rebuild">
 
3
    <target name="*">
 
4
        <nant target="${target::get-current-target()}">
 
5
            <buildfiles>
 
6
                <include name="**/*.build" />
 
7
                <exclude name="default.build" />
 
8
            </buildfiles>
 
9
        </nant>
 
10
    </target>
 
11
</project>