fixing broken path to nonredist folder

This commit is contained in:
Steve Bohlen
2011-10-31 11:57:59 -04:00
parent 95949b4b71
commit 8ad4bfcc5e

View File

@@ -109,7 +109,7 @@ Commandline Examples:
<property name="project.name" value="Spring.NET"/>
<property name="project.name.full" value="Spring.NET Framework"/>
<property name="spring.basedir" value="${project::get-base-directory()}"/>
<property name="spring.nonredistdir" value="${spring.basedir}\..\nonredist"/>
<property name="spring.nonredistdir" value="${spring.basedir}\..\..\nonredist"/>
<property name="tool.dir" value="${project::get-base-directory()}\build-support\tools"/>
<!-- build SDK docs with NDoc -->