SVN__StatusDeleted.st
author Claus Gittinger <cg@exept.de>
Fri, 18 Nov 2016 16:14:26 +0100
changeset 1180 92753f6cc822
parent 879 3cfb997d8cb4
permissions -rw-r--r--
#REFACTORING by cg class: SVNSourceCodeManager SVNVersionInfo is private
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
759
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     1
"
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     4
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     6
 obtaining a copy of this software and associated documentation
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     7
 files (the 'Software'), to deal in the Software without
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     8
 restriction, including without limitation the rights to use,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    10
 copies of the Software, and to permit persons to whom the
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    11
 Software is furnished to do so, subject to the following
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    12
 conditions:
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    13
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    14
 The above copyright notice and this permission notice shall be
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    15
 included in all copies or substantial portions of the Software.
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    16
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    25
"
414
55b2835a182f *** empty log message ***
fm
parents: 300
diff changeset
    26
"{ Package: 'stx:libsvn' }"
41
cca281952a5c initial checkin
fm
parents:
diff changeset
    27
cca281952a5c initial checkin
fm
parents:
diff changeset
    28
"{ NameSpace: SVN }"
cca281952a5c initial checkin
fm
parents:
diff changeset
    29
cca281952a5c initial checkin
fm
parents:
diff changeset
    30
Status subclass:#StatusDeleted
cca281952a5c initial checkin
fm
parents:
diff changeset
    31
	instanceVariableNames:''
cca281952a5c initial checkin
fm
parents:
diff changeset
    32
	classVariableNames:''
cca281952a5c initial checkin
fm
parents:
diff changeset
    33
	poolDictionaries:''
cca281952a5c initial checkin
fm
parents:
diff changeset
    34
	category:'SVN-Status'
cca281952a5c initial checkin
fm
parents:
diff changeset
    35
!
cca281952a5c initial checkin
fm
parents:
diff changeset
    36
759
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    37
!StatusDeleted class methodsFor:'documentation'!
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    38
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    39
copyright
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    40
"
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    43
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    45
 obtaining a copy of this software and associated documentation
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    46
 files (the 'Software'), to deal in the Software without
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    47
 restriction, including without limitation the rights to use,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    49
 copies of the Software, and to permit persons to whom the
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    50
 Software is furnished to do so, subject to the following
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    51
 conditions:
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    52
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    53
 The above copyright notice and this permission notice shall be
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    54
 included in all copies or substantial portions of the Software.
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    55
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    64
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    65
"
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    66
! !
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    67
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    68
!StatusDeleted class methodsFor:'others'!
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    69
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    70
version_CVS
879
3cfb997d8cb4 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 759
diff changeset
    71
    ^ '$Header$'
759
9a9311783e41 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 414
diff changeset
    72
! !
41
cca281952a5c initial checkin
fm
parents:
diff changeset
    73
cca281952a5c initial checkin
fm
parents:
diff changeset
    74
!StatusDeleted methodsFor:'accessing'!
cca281952a5c initial checkin
fm
parents:
diff changeset
    75
cca281952a5c initial checkin
fm
parents:
diff changeset
    76
icon
cca281952a5c initial checkin
fm
parents:
diff changeset
    77
    "Superclass SVN::WCEntryStatus says that I am responsible to implement this method"
cca281952a5c initial checkin
fm
parents:
diff changeset
    78
cca281952a5c initial checkin
fm
parents:
diff changeset
    79
    ^IconLibrary deleted_ov
cca281952a5c initial checkin
fm
parents:
diff changeset
    80
cca281952a5c initial checkin
fm
parents:
diff changeset
    81
    "Created: / 11-04-2008 / 11:06:02 / Jan Vrany <vranyj1@fel.cvut.cz>"
cca281952a5c initial checkin
fm
parents:
diff changeset
    82
!
cca281952a5c initial checkin
fm
parents:
diff changeset
    83
cca281952a5c initial checkin
fm
parents:
diff changeset
    84
id
cca281952a5c initial checkin
fm
parents:
diff changeset
    85
    ^ $D
cca281952a5c initial checkin
fm
parents:
diff changeset
    86
cca281952a5c initial checkin
fm
parents:
diff changeset
    87
    "Modified: / 17-08-2009 / 11:19:07 / Jan Vrany <vranyj1@fel.cvut.cz>"
cca281952a5c initial checkin
fm
parents:
diff changeset
    88
!
cca281952a5c initial checkin
fm
parents:
diff changeset
    89
cca281952a5c initial checkin
fm
parents:
diff changeset
    90
name
cca281952a5c initial checkin
fm
parents:
diff changeset
    91
    "Superclass says that I am responsible to implement this method"
cca281952a5c initial checkin
fm
parents:
diff changeset
    92
    
cca281952a5c initial checkin
fm
parents:
diff changeset
    93
    ^ 'deleted'
cca281952a5c initial checkin
fm
parents:
diff changeset
    94
cca281952a5c initial checkin
fm
parents:
diff changeset
    95
    "Created: / 19-03-2008 / 17:32:53 / janfrog"
cca281952a5c initial checkin
fm
parents:
diff changeset
    96
! !
cca281952a5c initial checkin
fm
parents:
diff changeset
    97
cca281952a5c initial checkin
fm
parents:
diff changeset
    98
!StatusDeleted class methodsFor:'documentation'!
cca281952a5c initial checkin
fm
parents:
diff changeset
    99
cca281952a5c initial checkin
fm
parents:
diff changeset
   100
version
879
3cfb997d8cb4 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 759
diff changeset
   101
    ^ '$Header$'
149
8f69bdd422ad changed: #version_SVN
fm
parents: 41
diff changeset
   102
!
8f69bdd422ad changed: #version_SVN
fm
parents: 41
diff changeset
   103
8f69bdd422ad changed: #version_SVN
fm
parents: 41
diff changeset
   104
version_SVN
879
3cfb997d8cb4 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 759
diff changeset
   105
    ^ '§Id: SVN__StatusDeleted.st 363 2011-08-08 13:49:48Z vranyj1 §'
41
cca281952a5c initial checkin
fm
parents:
diff changeset
   106
! !