Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28385/Spring.Web
Modified Files:
Spring.Web.2003.csproj Spring.Web.2005.csproj
Log Message:
fixed SPRNET-723 (made Head control adhere to standards)
Index: Spring.Web.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Spring.Web.2003.csproj,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Spring.Web.2003.csproj 14 Sep 2007 15:11:46 -0000 1.23
--- Spring.Web.2003.csproj 28 Nov 2007 23:25:46 -0000 1.24
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{BA4789EB-281A-48EA-8763-28B9F0596A18}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{BA4789EB-281A-48EA-8763-28B9F0596A18}"
***************
*** 427,430 ****
--- 427,435 ----
/>
<File
+ RelPath = "Web\Support\MimeMediaType.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\Support\PageHandlerFactory.cs"
SubType = "ASPXCodeBehind"
Index: Spring.Web.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Spring.Web.2005.csproj,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Spring.Web.2005.csproj 14 Sep 2007 15:45:50 -0000 1.36
--- Spring.Web.2005.csproj 28 Nov 2007 23:25:46 -0000 1.37
***************
*** 123,126 ****
--- 123,127 ----
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Web\Support\MimeMediaType.cs" />
<Compile Include="Web\Support\SharedStateResourceCache.cs">
<SubType>Code</SubType>
|