Branch: refs/heads/master
Home:   http://github.com/castleproject/Castle.Components.Validator

Commit: 28eb2f6d0f21573df98871164eef883f9a0950fe
    
http://github.com/castleproject/Castle.Components.Validator/commit/28eb2f6d0f21573df98871164eef883f9a0950fe
Author: hconceicao <[email protected]>
Date:   2010-08-20 (Fri, 20 Aug 2010)

Changed paths:
  R Validator-vs2008.4.1.resharper
  R Validator-vs2008.4.5.resharper
  R Validator-vs2008.4.5.resharper.user
  R Validator-vs2008.resharper
  M src/Castle.Components.Validator.Tests/CachedValidationRegistryTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ContributorsTests/SelfValidationContributorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ContributorsTests/ValidatorContainerInterfaceContributorTestCase.cs
  M src/Castle.Components.Validator.Tests/ErrorSummaryTestCase.cs
  M src/Castle.Components.Validator.Tests/Models/ClassWithVirtualProperty.cs
  M src/Castle.Components.Validator.Tests/Models/Client.cs
  M src/Castle.Components.Validator.Tests/Models/InsertUpdateClass.cs
  M src/Castle.Components.Validator.Tests/Models/Person.cs
  M src/Castle.Components.Validator.Tests/ValidatorRunnerTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/CollectionNotEmptyValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/CreditCardValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/DateTimeValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/DateValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/DecimalValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/DoubleValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/EmailValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/GroupNotEmptyValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/GuidValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/IPAddressValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/IntegerValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/IsGreaterValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/IsLesserValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/LengthValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyValidatorTestCase.cs
  M src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyWithSameAs.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/NotSameAsValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/NotSameValueValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/RangeValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/RegularExpressionValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/SameAsValidatorTestCase.cs
  M src/Castle.Components.Validator.Tests/ValidatorTests/SetValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/SingleValidatorTestCase.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/TimeSpanValidatorTestCase.cs
  M src/Castle.Components.Validator.Tests/ValidatorsExecutionOrderTestCase.cs
  M src/Castle.Components.Validator/AccessorUtil.cs
  M 
src/Castle.Components.Validator/Attributes/AbstractCrossReferenceValidationAttribute.cs
  M src/Castle.Components.Validator/Attributes/AbstractValidationAttribute.cs
  M 
src/Castle.Components.Validator/Attributes/ValidateCollectionNotEmptyAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateCreditCardAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateDateAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateDateTimeAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateDecimalAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateDoubleAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateEmailAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateGroupNotEmptyAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateGuidAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateIPAddressAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateIntegerAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateIsGreaterAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateIsLesserAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateLengthAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateNonEmptyAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateNotSameAsAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateNotSameValueAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateRangeAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateRegExpAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateSameAsAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateSelfAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateSetAttribute.cs
  M src/Castle.Components.Validator/Attributes/ValidateSingleAttribute.cs
  M 
src/Castle.Components.Validator/Attributes/ValidatorContainerInterfaceFlagAttribute.cs
  M src/Castle.Components.Validator/BrowserValidationConfiguration.cs
  M src/Castle.Components.Validator/CachedValidationRegistry.cs
  M 
src/Castle.Components.Validator/Contributors/AbstractValidationContributor.cs
  M src/Castle.Components.Validator/Contributors/SelfValidationContributor.cs
  M 
src/Castle.Components.Validator/Contributors/ValidatorContainerInterfaceValidationContributor.cs
  M src/Castle.Components.Validator/DefaultValidationPerformer.cs
  M src/Castle.Components.Validator/ErrorSummary.cs
  M src/Castle.Components.Validator/IBrowserValidationGenerator.cs
  M src/Castle.Components.Validator/IHasValidationPerformerDependency.cs
  M src/Castle.Components.Validator/IHasValidatorRegistryDependency.cs
  M src/Castle.Components.Validator/IHasValidatorRunnerDependency.cs
  M src/Castle.Components.Validator/IPropertyAccessAware.cs
  M src/Castle.Components.Validator/IReferenceAccessAware.cs
  M src/Castle.Components.Validator/IValidationContributor.cs
  M src/Castle.Components.Validator/IValidationPerformer.cs
  M src/Castle.Components.Validator/IValidator.cs
  M src/Castle.Components.Validator/IValidatorBuilder.cs
  M src/Castle.Components.Validator/IValidatorContainerInterface.cs
  M src/Castle.Components.Validator/IValidatorRegistry.cs
  M src/Castle.Components.Validator/IValidatorRunner.cs
  M src/Castle.Components.Validator/InputElementType.cs
  M src/Castle.Components.Validator/MessageConstants.cs
  M src/Castle.Components.Validator/ValidationException.cs
  M src/Castle.Components.Validator/ValidationInternalError.cs
  M src/Castle.Components.Validator/ValidatorRunner.cs
  M 
src/Castle.Components.Validator/Validators/AbstractCrossReferenceValidator.cs
  M src/Castle.Components.Validator/Validators/AbstractValidator.cs
  M src/Castle.Components.Validator/Validators/CollectionNotEmptyValidator.cs
  M src/Castle.Components.Validator/Validators/CreditCardValidator.cs
  M src/Castle.Components.Validator/Validators/DateTimeValidator.cs
  M src/Castle.Components.Validator/Validators/DateValidator.cs
  M src/Castle.Components.Validator/Validators/DecimalValidator.cs
  M src/Castle.Components.Validator/Validators/DoubleValidator.cs
  M src/Castle.Components.Validator/Validators/EmailValidator.cs
  M src/Castle.Components.Validator/Validators/GroupNotEmptyValidator.cs
  M src/Castle.Components.Validator/Validators/GuidValidator.cs
  M src/Castle.Components.Validator/Validators/IPAddressValidator.cs
  M src/Castle.Components.Validator/Validators/IntegerValidator.cs
  M src/Castle.Components.Validator/Validators/IsGreaterValidator.cs
  M src/Castle.Components.Validator/Validators/IsLesserValidator.cs
  M src/Castle.Components.Validator/Validators/LengthValidator.cs
  M src/Castle.Components.Validator/Validators/NonEmptyValidator.cs
  M src/Castle.Components.Validator/Validators/NotSameAsValidator.cs
  M src/Castle.Components.Validator/Validators/NotSameValueValidator.cs
  M src/Castle.Components.Validator/Validators/RangeValidator.cs
  M src/Castle.Components.Validator/Validators/RegularExpressionValidator.cs
  M src/Castle.Components.Validator/Validators/SameAsValidator.cs
  M src/Castle.Components.Validator/Validators/SetValidator.cs
  M src/Castle.Components.Validator/Validators/SingleValidator.cs
  M src/Castle.Components.Validator/Validators/TimeSpanValidator.cs

Log Message:
-----------
updated license header


Commit: 1fce554a35391d99e06424905e9303189542e079
    
http://github.com/castleproject/Castle.Components.Validator/commit/1fce554a35391d99e06424905e9303189542e079
Author: hconceicao <[email protected]>
Date:   2010-08-20 (Fri, 20 Aug 2010)

Changed paths:
  R Castle.Components.Validator-vs2008.sln
  A Castle.Components.Validator-vs2010.sln
  M build.cmd
  M buildscripts/Build.proj
  M buildscripts/Castle.Common.Targets
  M buildscripts/build.cmd
  R 
src/Castle.Components.Validator.Tests/Castle.Components.Validator.Tests-vs2008.csproj
  A 
src/Castle.Components.Validator.Tests/Castle.Components.Validator.Tests-vs2010.csproj
  M src/Castle.Components.Validator.Tests/Messages.Designer.cs
  M 
src/Castle.Components.Validator.Tests/ValidatorTests/TimeSpanValidatorTestCase.cs
  R src/Castle.Components.Validator/Castle.Components.Validator-vs2008.csproj
  R 
src/Castle.Components.Validator/Castle.Components.Validator-vs2008.csproj.user
  A src/Castle.Components.Validator/Castle.Components.Validator-vs2010.csproj
  M src/Castle.Components.Validator/Messages.Designer.cs
  M tools/NUnit/bin/framework/nunit.framework.dll
  M tools/NUnit/bin/framework/nunit.mocks.dll
  M tools/NUnit/bin/framework/pnunit.framework.dll
  M tools/NUnit/bin/lib/nunit-console-runner.dll
  M tools/NUnit/bin/lib/nunit-gui-runner.dll
  M tools/NUnit/bin/lib/nunit.core.dll
  M tools/NUnit/bin/lib/nunit.core.interfaces.dll
  M tools/NUnit/bin/lib/nunit.fixtures.dll
  M tools/NUnit/bin/lib/nunit.uiexception.dll
  M tools/NUnit/bin/lib/nunit.uikit.dll
  M tools/NUnit/bin/lib/nunit.util.dll
  M tools/NUnit/bin/nunit-agent-x86.exe
  M tools/NUnit/bin/nunit-agent-x86.exe.config
  M tools/NUnit/bin/nunit-agent.exe
  M tools/NUnit/bin/nunit-agent.exe.config
  M tools/NUnit/bin/nunit-console-x86.exe
  M tools/NUnit/bin/nunit-console-x86.exe.config
  M tools/NUnit/bin/nunit-console.exe
  M tools/NUnit/bin/nunit-console.exe.config
  M tools/NUnit/bin/nunit-x86.exe
  M tools/NUnit/bin/nunit-x86.exe.config
  M tools/NUnit/bin/nunit.exe
  M tools/NUnit/bin/nunit.exe.config
  M tools/NUnit/bin/nunit.framework.dll
  M tools/NUnit/bin/pnunit-agent.exe
  M tools/NUnit/bin/pnunit-agent.exe.config
  M tools/NUnit/bin/pnunit-launcher.exe
  M tools/NUnit/bin/pnunit-launcher.exe.config
  M tools/NUnit/bin/pnunit.framework.dll
  M tools/NUnit/bin/pnunit.tests.dll
  M tools/NUnit/bin/tests/loadtest-assembly.dll
  M tools/NUnit/bin/tests/mock-assembly.dll
  M tools/NUnit/bin/tests/nonamespace-assembly.dll
  M tools/NUnit/bin/tests/nunit-console.tests.dll
  M tools/NUnit/bin/tests/nunit-gui.tests.dll
  M tools/NUnit/bin/tests/nunit.core.tests.dll
  M tools/NUnit/bin/tests/nunit.fixtures.tests.dll
  M tools/NUnit/bin/tests/nunit.framework.dll
  M tools/NUnit/bin/tests/nunit.framework.tests.dll
  M tools/NUnit/bin/tests/nunit.mocks.tests.dll
  M tools/NUnit/bin/tests/nunit.uiexception.tests.dll
  M tools/NUnit/bin/tests/nunit.uikit.tests.dll
  M tools/NUnit/bin/tests/nunit.util.tests.dll
  M tools/NUnit/bin/tests/test-assembly.dll
  M tools/NUnit/bin/tests/test-utilities.dll
  M tools/NUnit/bin/tests/timing-tests.dll

Log Message:
-----------
updated builscripts/tools and setup multitarget for net35 and net40


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.

Reply via email to