[Postsharp-svn] SF.net SVN: postsharp: [141] trunk
Brought to you by:
gfraiteur
|
From: <gfr...@us...> - 2007-01-29 19:58:02
|
Revision: 141
http://svn.sourceforge.net/postsharp/?rev=141&view=rev
Author: gfraiteur
Date: 2007-01-29 11:57:01 -0800 (Mon, 29 Jan 2007)
Log Message:
-----------
Commenting.
Modified Paths:
--------------
trunk/Core/PostSharp.Core/Extensibility/TagCollection.cs
trunk/Distribution/SamplesWix.xml
trunk/Documentation/ClassRef/ClassRef.proj
trunk/Documentation/ClassRef/namespaces.xml
trunk/Laos/PostSharp.Laos/CombinedAspect.cs
trunk/Laos/PostSharp.Laos/CompositionAspect.cs
trunk/Laos/PostSharp.Laos/ExceptionHandlerAspect.cs
trunk/Laos/PostSharp.Laos/ICombinedAspect.cs
trunk/Laos/PostSharp.Laos/IComposed.cs
trunk/Laos/PostSharp.Laos/ICompositionAspect.cs
trunk/Laos/PostSharp.Laos/IExceptionHandlerAspect.cs
trunk/Laos/PostSharp.Laos/IImplementMethodAspect.cs
trunk/Laos/PostSharp.Laos/IInstanceBoundLaosAspect.cs
trunk/Laos/PostSharp.Laos/ILaosAspect.cs
trunk/Laos/PostSharp.Laos/ILaosAspectProvider.cs
trunk/Laos/PostSharp.Laos/ILaosFieldLevelAspect.cs
trunk/Laos/PostSharp.Laos/ILaosMethodLevelAspect.cs
trunk/Laos/PostSharp.Laos/ILaosTypeLevelAspect.cs
trunk/Laos/PostSharp.Laos/IOnExceptionAspect.cs
trunk/Laos/PostSharp.Laos/IOnFieldAccessAspect.cs
trunk/Laos/PostSharp.Laos/IOnMethodBoundaryAspect.cs
trunk/Laos/PostSharp.Laos/IOnMethodInvocationAspect.cs
trunk/Laos/PostSharp.Laos/ImplementMethodAspect.cs
trunk/Laos/PostSharp.Laos/InstanceBoundLaosEventArgs.cs
trunk/Laos/PostSharp.Laos/LaosAspect.cs
trunk/Laos/PostSharp.Laos/LaosAspectCollection.cs
trunk/Laos/PostSharp.Laos/LaosFieldLevelAspect.cs
trunk/Laos/PostSharp.Laos/LaosMethodLevelAspect.cs
trunk/Laos/PostSharp.Laos/LaosTypeLevelAspect.cs
trunk/Laos/PostSharp.Laos/LaosWeavableAspect.cs
trunk/Laos/PostSharp.Laos/MethodExecutionEventArgs.cs
trunk/Laos/PostSharp.Laos/OnExceptionAspect.cs
trunk/Laos/PostSharp.Laos/OnFieldAccessAspect.cs
trunk/Laos/PostSharp.Laos/OnMethodInvocationAspect.cs
trunk/Laos/PostSharp.Laos/PostSharp.Laos.csproj
trunk/Laos/PostSharp.Laos.Weaver/BuiltInAspectWeaverFactory.cs
trunk/Laos/PostSharp.Laos.Weaver/CombinedAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/CompositionAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/EventArgsBuilders.cs
trunk/Laos/PostSharp.Laos.Weaver/ILaosAspectWeaverFactory.cs
trunk/Laos/PostSharp.Laos.Weaver/IMethodLevelAdvice.cs
trunk/Laos/PostSharp.Laos.Weaver/ITypeLevelAdvice.cs
trunk/Laos/PostSharp.Laos.Weaver/ImplementMethodAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/LaosAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/LaosTask.cs
trunk/Laos/PostSharp.Laos.Weaver/LaosTrace.cs
trunk/Laos/PostSharp.Laos.Weaver/OnExceptionAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/OnFieldAccessAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/OnMethodBoundaryAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/OnMethodInvocationAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/PostSharp.Laos.Weaver.csproj
trunk/PostSharp-All.sln
Added Paths:
-----------
trunk/Laos/PostSharp.Laos.Weaver/FieldLevelAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/InstanceTagManager.cs
trunk/Laos/PostSharp.Laos.Weaver/MethodLevelAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/TypeLevelAspectWeaver.cs
trunk/Samples/PostSharp.Samples.Composition/
trunk/Samples/PostSharp.Samples.Composition/AggregateMessageSource.cs
trunk/Samples/PostSharp.Samples.Composition/AssemblyInfo.cs
trunk/Samples/PostSharp.Samples.Composition/Messages.resx
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate-Console.psproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.csproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.psproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.sln
trunk/Samples/PostSharp.Samples.Composition/Program.cs
trunk/Samples/PostSharp.Samples.Composition/Properties/
trunk/Samples/PostSharp.Samples.Composition/SimpleAggregateAttribute.cs
trunk/Samples/PostSharp.Samples.Composition/SimpleList.cs
Removed Paths:
-------------
trunk/Laos/PostSharp.Laos/CreateAggregatedObjectContext.cs
trunk/Laos/PostSharp.Laos.Weaver/FieldAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/InstanceTagProvider.cs
trunk/Laos/PostSharp.Laos.Weaver/MethodAspectWeaver.cs
trunk/Laos/PostSharp.Laos.Weaver/TypeAspectWeaver.cs
trunk/Samples/PostSharp.Samples.Aggregate/
trunk/Samples/PostSharp.Samples.Composition/AggregateMessageSource.cs
trunk/Samples/PostSharp.Samples.Composition/AssemblyInfo.cs
trunk/Samples/PostSharp.Samples.Composition/Messages.resx
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate-Console.psproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.csproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.psproj
trunk/Samples/PostSharp.Samples.Composition/PostSharp.Samples.Aggregate.sln
trunk/Samples/PostSharp.Samples.Composition/Program.cs
trunk/Samples/PostSharp.Samples.Composition/Properties/
trunk/Samples/PostSharp.Samples.Composition/SimpleAggregateAttribute.cs
trunk/Samples/PostSharp.Samples.Composition/SimpleList.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|