Skip to content

Commit c639ac9

Browse files
author
delphidabbler
committed
Merge branch 'feature/remove-svn-fields' into develop
2 parents 71ff6d7 + 39ee363 commit c639ac9

File tree

11 files changed

+1
-42
lines changed

11 files changed

+1
-42
lines changed

Docs/Design/Warnings.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ XE warning options as follows:
55
"Platform Symbol" is switched OFF.
66
"Widening given AnsiChar constant to WideChar lost information" is switched ON.
77
"Widening given AnsiString constant lost information" is switched ON.
8-
9-
--------------------------------------------------------------------------------
10-
$Rev$
11-
$Date$
12-
--------------------------------------------------------------------------------

Docs/PreSVNHistory.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12148,8 +12148,3 @@ Version Information Editor 2.11.2
1214812148
Inno Setup Compiler v5.2.3 with ISPP preprocessor.
1214912149
Microsoft MIDL compiler v7.0
1215012150
Borland TLIBIMP v10.0
12151-
12152-
--------------------------------------------------------------------------------
12153-
$Rev$
12154-
$Date$
12155-
--------------------------------------------------------------------------------

Docs/ReadMe.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,3 @@ Thanks to:
385385

386386

387387
================================================================================
388-
$Rev$
389-
$Date$
390-
================================================================================

Src/CodeSnip.todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{TODO -cTidy : Check if encryption lib and project units still required}
22
{TODO -cUI : Remove unused tool bar button in main window}
33

4-
{TODO -cDocs : Remove remaining $Rev$ and $Date$ SVN placeholders}
4+
55

66
{TODO -cDocs : Update License.html to replace references to SVN with Git}
77
{TODO -cDocs : Update Build.html to replace references to SVN with Git}

Src/Help/CodeSnip.hhp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
;
55
; Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
66
;
7-
; $Rev$
8-
; $Date$
9-
;
107
; CodeSnip help project file.
118

129

Tests/Src/DUnit/CodeSnipTests.dpr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
* DCC32 -B -R<path-to-dunit-binaries> CodeSnipTests
3535
*
3636
* Note that once again the path to the DUnit binaries is required.
37-
*
38-
* -----------------------------------------------------------------------------
39-
* $Rev$
40-
* $Date$
41-
* -----------------------------------------------------------------------------
4237
}
4338

4439

Tests/Src/DUnit/TestUBaseObjects.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
Delphi DUnit Test Case for the UBaseObjects Unit
3-
------------------------------------------------
4-
5-
$Rev$
6-
$Date$
73
}
84

95
unit TestUBaseObjects;

Tests/Src/DUnit/TestUContainers.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
Delphi DUnit Test Case for the UContainers Unit
3-
-----------------------------------------------
4-
5-
$Rev$
6-
$Date$
73
}
84

95

Tests/Src/DUnit/TestUSingleton.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
Delphi DUnit Test Case for the USingleton Unit
3-
----------------------------------------------
43
54
To use all the tests in this unit you will need to define the TESTING symbol.
6-
7-
$Rev$
8-
$Date$
95
}
106

117
unit TestUSingleton;

Tests/Src/DUnit/TestUStrUtils.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
Delphi DUnit Test Case for the UStrUtils Unit
3-
---------------------------------------------
4-
5-
$Rev$
6-
$Date$
73
}
84

95
unit TestUStrUtils;

0 commit comments

Comments
 (0)