Update of /cvsroot/springnet/Spring.Net
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15762
Modified Files:
Spring.build Spring.include
Log Message:
fix silly typo..
Index: Spring.build
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/Spring.build,v
retrieving revision 1.200
retrieving revision 1.201
diff -C2 -d -r1.200 -r1.201
*** Spring.build 7 May 2008 18:25:43 -0000 1.200
--- Spring.build 8 May 2008 16:03:13 -0000 1.201
***************
*** 386,390 ****
</if>
<!-- for .NET 2.0 need to provide keyfile argument to compiler -->
! <if test="${net-2.0}" if=${project.build.sign}>
<property name="compiler.args" value="/keyfile:..\..\..\Spring.Net.snk"/>
</if>
--- 386,390 ----
</if>
<!-- for .NET 2.0 need to provide keyfile argument to compiler -->
! <if test="${net-2.0}" if="${project.build.sign}">
<property name="compiler.args" value="/keyfile:..\..\..\Spring.Net.snk"/>
</if>
Index: Spring.include
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/Spring.include,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Spring.include 7 May 2008 18:25:43 -0000 1.13
--- Spring.include 8 May 2008 16:03:13 -0000 1.14
***************
*** 241,245 ****
<attribute type="AssemblyDelaySignAttribute" value="false"/>
! <attribute type="AssemblyKeyFileAttribute" value="${assembly.keyfile}" if="${(nant.settings.currentframework == 'net-1.0' or nant.settings.currentframework == 'net-1.1') and ${project.build.sign}" />
--- 241,245 ----
<attribute type="AssemblyDelaySignAttribute" value="false"/>
! <attribute type="AssemblyKeyFileAttribute" value="${assembly.keyfile}" if="${(nant.settings.currentframework == 'net-1.0' or nant.settings.currentframework == 'net-1.1') and project.build.sign}" />
|