Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web.Extensions
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28482/Spring.Web.Extensions
Modified Files:
AssemblyInfo.cs Spring.Web.Extensions.2005.csproj
Log Message:
AssemblyInfo back in projects. [SPRNET-584]
Index: Spring.Web.Extensions.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2005.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Spring.Web.Extensions.2005.csproj 14 Sep 2007 15:45:50 -0000 1.6
--- Spring.Web.Extensions.2005.csproj 4 Dec 2007 15:22:46 -0000 1.7
***************
*** 46,49 ****
--- 46,50 ----
<Link>CommonAssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="AssemblyInfo.cs" />
<Compile Include="Web\Script\Services\ScriptHandlerFactory.cs" />
</ItemGroup>
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web.Extensions/AssemblyInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AssemblyInfo.cs 11 Jul 2007 16:37:34 -0000 1.1
--- AssemblyInfo.cs 4 Dec 2007 15:22:46 -0000 1.2
***************
*** 2,5 ****
using System.Reflection;
! [assembly: AssemblyTitle("Spring.Net Web Service Extenstions support")]
! [assembly: AssemblyDescription("Interfaces and classes that provide WSE support in Spring.Net")]
\ No newline at end of file
--- 2,5 ----
using System.Reflection;
! [assembly: AssemblyTitle("Spring.Net ASP.NET AJAX 1.0 support")]
! [assembly: AssemblyDescription("Interfaces and classes that provide ASP.NET AJAX 1.0 support in Spring.Net")]
\ No newline at end of file
|