Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8484/src/Spring/Spring.Aop
Modified Files:
Spring.Aop.2003.csproj
Log Message:
update docs with dates/links
update readme/changelog
fix 1.1 solution/projects
Index: Spring.Aop.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Spring.Aop.2003.csproj,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Spring.Aop.2003.csproj 14 Sep 2007 15:11:46 -0000 1.21
--- Spring.Aop.2003.csproj 11 Oct 2007 16:05:50 -0000 1.22
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
***************
*** 693,696 ****
--- 693,726 ----
/>
<File
+ RelPath = "Aspects\AbstractExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\AbstractExceptionHandlerAdvice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\IExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\ParsedAdviceExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\RetryAdvice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\RetryExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Aspects\Cache\BaseCacheAdvice.cs"
SubType = "Code"
***************
*** 733,767 ****
/>
<File
! RelPath = "Aspects\Exceptions\AbstractExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ExceptionHandlerAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\IExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\LogExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ReturnValueExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\SwallowExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\TranslationExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
--- 763,797 ----
/>
<File
! RelPath = "Aspects\Exceptions\ExceptionHandlerAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\LogExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ReturnValueExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\SwallowExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\TranslationExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Logging\AbstractLoggingAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Logging\SimpleLoggingAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
|