~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to nunit.build.include

  • Committer: charliepoole
  • Date: 2008-05-05 22:17:22 UTC
  • Revision ID: vcs-imports@canonical.com-20080505221722-7bdjujqed8pk6al3
Add back RowTestExtension as a separately compiled assembly, bundled
with NUnit, and modify build script to handle addins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    value="${path::combine(project.base.dir,'lib')}"/>
29
29
  <property name="project.install.dir"
30
30
    value="${path::combine(project.base.dir, 'install')}"/>
 
31
  <property name="project.addins.dir" 
 
32
    value="${path::combine(project.base.dir, 'addins')}"/>
31
33
 
32
 
  <!-- Set paths to varioous package directories -->
 
34
  <!-- Set paths to various package directories -->
33
35
  <property name="package.working.dir" 
34
36
    value="${path::combine(project.package.dir,package.name)}"/>
35
37
  <property name="package.doc.dir" 
139
141
  </target>
140
142
        
141
143
  <target name="set-net-1.1-runtime-config">
142
 
    <property name="runtime.platform" value="net"/>
143
144
    <fail unless="${framework::sdk-exists( 'net-1.1' )}"
144
145
      message="The .NET 1.1 SDK is not configured or not installed"/>
145
146