This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
project/core/sourcecontrol Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ namespace ThoughtWorks.CruiseControl.Core.Sourcecontrol
43
43
/// </sourceControlProvider>
44
44
/// <inclusionFilters>
45
45
/// <pathFilter>
46
- /// <pattern>$ /Kunigunda/ServiceLocator/Sources/**/*.*</pattern>
46
+ /// <pattern>/Kunigunda/ServiceLocator/Sources/**/*.*</pattern>
47
47
/// </pathFilter>
48
48
/// </inclusionFilters>
49
49
/// <exclusionFilters>
50
50
/// <pathFilter>
51
- /// <pattern>$ /Kunigunda/ServiceLocator/Sources/Kunigunda.ServiceLocator/AssemblyInfo.cs</pattern>
51
+ /// <pattern>/Kunigunda/ServiceLocator/Sources/Kunigunda.ServiceLocator/AssemblyInfo.cs</pattern>
52
52
/// </pathFilter>
53
53
/// <pathFilter>
54
- /// <pattern>$ /**/*.vssscc</pattern>
54
+ /// <pattern>/**/*.vssscc</pattern>
55
55
/// </pathFilter>
56
56
/// <userFilter>
57
57
/// <names><name>Perry</name><name>Joe</name></names>
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace ThoughtWorks.CruiseControl.Core.Sourcecontrol
17
17
/// <example>
18
18
/// <code>
19
19
/// <pathFilter>
20
- /// <pattern>$ /Kunigunda/ServiceLocator/Sources/Kunigunda.ServiceLocator/AssemblyInfo.cs</pattern>
20
+ /// <pattern>/Kunigunda/ServiceLocator/Sources/Kunigunda.ServiceLocator/AssemblyInfo.cs</pattern>
21
21
/// </pathFilter>
22
22
/// </code>
23
23
/// </example>
You can’t perform that action at this time.
0 commit comments