Fossil SCM

Removed two unused classes.

aku 2007-12-07 08:55 trunk
Commit 97e0e9dda94ea0fe577408ff08e894f68b9c19c2
D tools/cvs2fossil/lib/c2f_flodmgr.tcl
-57
--- a/tools/cvs2fossil/lib/c2f_flodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_flodmgr.tcl
@@ -1,57 +0,0 @@
1
-## -*- tcl -*-
2
-# # ## ### ##### ######## ############# #####################
3
-## Copyright (c) 2007 Andreas Kupries.
4
-#
5
-# This software is licensed as described in the file LICENSE, which
6
-# you should have received as part of this distribution.
7
-#
8
-# This software consists of voluntary contributions made by many
9
-# individuals. For exact contribution history, see the revision
10
-# history and logs, available at http://fossil-scm.hwaci.com/fossil
11
-# # ## ### ##### ######## ############# #####################
12
-
13
-## Lines of Development in a file (Symbols, and the trunk).
14
-
15
-# # ## ### ##### ######## ############# #####################
16
-## Requirements
17
-
18
-package require Tcl 8.4 ; # Required runtime.
19
-package require snit ; # OO system.
20
-
21
-# # ## ### ##### ######## ############# #####################
22
-##
23
-
24
-snit::type ::vc::fossil::import::cvs::file::lodmgr {
25
- # # ## ### ##### ######## #############
26
- ## Public API
27
-
28
- constructor {} {
29
- return
30
- }
31
-
32
- # # ## ### ##### ######## #############
33
- ## State
34
-
35
- # # ## ### ##### ######## #############
36
- ## Internal methods
37
-
38
- # # ## ### ##### ######## #############
39
- ## Configuration
40
-
41
- pragma -hastypeinfo no ; # no type introspection
42
- pragma -hasinfo no ; # no object introspection
43
- pragma -hastypemethods no ; # type is not relevant.
44
- pragma -simpledispatch yes ; # simple fast dispatch
45
-
46
- # # ## ### ##### ######## #############
47
-}
48
-
49
-namespace eval ::vc::fossil::import::cvs::file {
50
- namespace export lodmgr
51
-}
52
-
53
-# # ## ### ##### ######## ############# #####################
54
-## Ready
55
-
56
-package provide vc::fossil::import::cvs::file::lodmgr 1.0
57
-return
--- a/tools/cvs2fossil/lib/c2f_flodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_flodmgr.tcl
@@ -1,57 +0,0 @@
1 ## -*- tcl -*-
2 # # ## ### ##### ######## ############# #####################
3 ## Copyright (c) 2007 Andreas Kupries.
4 #
5 # This software is licensed as described in the file LICENSE, which
6 # you should have received as part of this distribution.
7 #
8 # This software consists of voluntary contributions made by many
9 # individuals. For exact contribution history, see the revision
10 # history and logs, available at http://fossil-scm.hwaci.com/fossil
11 # # ## ### ##### ######## ############# #####################
12
13 ## Lines of Development in a file (Symbols, and the trunk).
14
15 # # ## ### ##### ######## ############# #####################
16 ## Requirements
17
18 package require Tcl 8.4 ; # Required runtime.
19 package require snit ; # OO system.
20
21 # # ## ### ##### ######## ############# #####################
22 ##
23
24 snit::type ::vc::fossil::import::cvs::file::lodmgr {
25 # # ## ### ##### ######## #############
26 ## Public API
27
28 constructor {} {
29 return
30 }
31
32 # # ## ### ##### ######## #############
33 ## State
34
35 # # ## ### ##### ######## #############
36 ## Internal methods
37
38 # # ## ### ##### ######## #############
39 ## Configuration
40
41 pragma -hastypeinfo no ; # no type introspection
42 pragma -hasinfo no ; # no object introspection
43 pragma -hastypemethods no ; # type is not relevant.
44 pragma -simpledispatch yes ; # simple fast dispatch
45
46 # # ## ### ##### ######## #############
47 }
48
49 namespace eval ::vc::fossil::import::cvs::file {
50 namespace export lodmgr
51 }
52
53 # # ## ### ##### ######## ############# #####################
54 ## Ready
55
56 package provide vc::fossil::import::cvs::file::lodmgr 1.0
57 return
--- a/tools/cvs2fossil/lib/c2f_flodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_flodmgr.tcl
@@ -1,57 +0,0 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
D tools/cvs2fossil/lib/c2f_plodmgr.tcl
-57
--- a/tools/cvs2fossil/lib/c2f_plodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_plodmgr.tcl
@@ -1,57 +0,0 @@
1
-## -*- tcl -*-
2
-# # ## ### ##### ######## ############# #####################
3
-## Copyright (c) 2007 Andreas Kupries.
4
-#
5
-# This software is licensed as described in the file LICENSE, which
6
-# you should have received as part of this distribution.
7
-#
8
-# This software consists of voluntary contributions made by many
9
-# individuals. For exact contribution history, see the revision
10
-# history and logs, available at http://fossil-scm.hwaci.com/fossil
11
-# # ## ### ##### ######## ############# #####################
12
-
13
-## Lines of Development in a project (Symbols, and the trunk).
14
-
15
-# # ## ### ##### ######## ############# #####################
16
-## Requirements
17
-
18
-package require Tcl 8.4 ; # Required runtime.
19
-package require snit ; # OO system.
20
-
21
-# # ## ### ##### ######## ############# #####################
22
-##
23
-
24
-snit::type ::vc::fossil::import::cvs::project::lodmgr {
25
- # # ## ### ##### ######## #############
26
- ## Public API
27
-
28
- constructor {} {
29
- return
30
- }
31
-
32
- # # ## ### ##### ######## #############
33
- ## State
34
-
35
- # # ## ### ##### ######## #############
36
- ## Internal methods
37
-
38
- # # ## ### ##### ######## #############
39
- ## Configuration
40
-
41
- pragma -hastypeinfo no ; # no type introspection
42
- pragma -hasinfo no ; # no object introspection
43
- pragma -hastypemethods no ; # type is not relevant.
44
- pragma -simpledispatch yes ; # simple fast dispatch
45
-
46
- # # ## ### ##### ######## #############
47
-}
48
-
49
-namespace eval ::vc::fossil::import::cvs::project {
50
- namespace export lodmgr
51
-}
52
-
53
-# # ## ### ##### ######## ############# #####################
54
-## Ready
55
-
56
-package provide vc::fossil::import::cvs::project::lodmgr 1.0
57
-return
--- a/tools/cvs2fossil/lib/c2f_plodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_plodmgr.tcl
@@ -1,57 +0,0 @@
1 ## -*- tcl -*-
2 # # ## ### ##### ######## ############# #####################
3 ## Copyright (c) 2007 Andreas Kupries.
4 #
5 # This software is licensed as described in the file LICENSE, which
6 # you should have received as part of this distribution.
7 #
8 # This software consists of voluntary contributions made by many
9 # individuals. For exact contribution history, see the revision
10 # history and logs, available at http://fossil-scm.hwaci.com/fossil
11 # # ## ### ##### ######## ############# #####################
12
13 ## Lines of Development in a project (Symbols, and the trunk).
14
15 # # ## ### ##### ######## ############# #####################
16 ## Requirements
17
18 package require Tcl 8.4 ; # Required runtime.
19 package require snit ; # OO system.
20
21 # # ## ### ##### ######## ############# #####################
22 ##
23
24 snit::type ::vc::fossil::import::cvs::project::lodmgr {
25 # # ## ### ##### ######## #############
26 ## Public API
27
28 constructor {} {
29 return
30 }
31
32 # # ## ### ##### ######## #############
33 ## State
34
35 # # ## ### ##### ######## #############
36 ## Internal methods
37
38 # # ## ### ##### ######## #############
39 ## Configuration
40
41 pragma -hastypeinfo no ; # no type introspection
42 pragma -hasinfo no ; # no object introspection
43 pragma -hastypemethods no ; # type is not relevant.
44 pragma -simpledispatch yes ; # simple fast dispatch
45
46 # # ## ### ##### ######## #############
47 }
48
49 namespace eval ::vc::fossil::import::cvs::project {
50 namespace export lodmgr
51 }
52
53 # # ## ### ##### ######## ############# #####################
54 ## Ready
55
56 package provide vc::fossil::import::cvs::project::lodmgr 1.0
57 return
--- a/tools/cvs2fossil/lib/c2f_plodmgr.tcl
+++ b/tools/cvs2fossil/lib/c2f_plodmgr.tcl
@@ -1,57 +0,0 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
--- tools/cvs2fossil/lib/pkgIndex.tcl
+++ tools/cvs2fossil/lib/pkgIndex.tcl
@@ -3,11 +3,10 @@
33
## Index of the local packages required by cvs2fossil
44
# # ## ### ##### ######## ############# #####################
55
if {![package vsatisfies [package require Tcl] 8.4]} return
66
package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir cvs2fossil.tcl]]
77
package ifneeded vc::fossil::import::cvs::file 1.0 [list source [file join $dir c2f_file.tcl]]
8
-package ifneeded vc::fossil::import::cvs::file::lodmgr 1.0 [list source [file join $dir c2f_flodmgr.tcl]]
98
package ifneeded vc::fossil::import::cvs::file::rev 1.0 [list source [file join $dir c2f_frev.tcl]]
109
package ifneeded vc::fossil::import::cvs::file::sym 1.0 [list source [file join $dir c2f_fsym.tcl]]
1110
package ifneeded vc::fossil::import::cvs::file::trunk 1.0 [list source [file join $dir c2f_ftrunk.tcl]]
1211
package ifneeded vc::fossil::import::cvs::fossil 1.0 [list source [file join $dir c2f_fossil.tcl]]
1312
package ifneeded vc::fossil::import::cvs::option 1.0 [list source [file join $dir c2f_option.tcl]]
@@ -26,11 +25,10 @@
2625
package ifneeded vc::fossil::import::cvs::pass::atopsort 1.0 [list source [file join $dir c2f_patopsort.tcl]]
2726
package ifneeded vc::fossil::import::cvs::pass::import 1.0 [list source [file join $dir c2f_pimport.tcl]]
2827
package ifneeded vc::fossil::import::cvs::gtcore 1.0 [list source [file join $dir c2f_gtcore.tcl]]
2928
package ifneeded vc::fossil::import::cvs::cyclebreaker 1.0 [list source [file join $dir c2f_cyclebreaker.tcl]]
3029
package ifneeded vc::fossil::import::cvs::project 1.0 [list source [file join $dir c2f_project.tcl]]
31
-package ifneeded vc::fossil::import::cvs::project::lodmgr 1.0 [list source [file join $dir c2f_plodmgr.tcl]]
3230
package ifneeded vc::fossil::import::cvs::project::rev 1.0 [list source [file join $dir c2f_prev.tcl]]
3331
package ifneeded vc::fossil::import::cvs::project::revlink 1.0 [list source [file join $dir c2f_prevlink.tcl]]
3432
package ifneeded vc::fossil::import::cvs::project::sym 1.0 [list source [file join $dir c2f_psym.tcl]]
3533
package ifneeded vc::fossil::import::cvs::project::trunk 1.0 [list source [file join $dir c2f_ptrunk.tcl]]
3634
package ifneeded vc::fossil::import::cvs::repository 1.0 [list source [file join $dir c2f_repository.tcl]]
3735
--- tools/cvs2fossil/lib/pkgIndex.tcl
+++ tools/cvs2fossil/lib/pkgIndex.tcl
@@ -3,11 +3,10 @@
3 ## Index of the local packages required by cvs2fossil
4 # # ## ### ##### ######## ############# #####################
5 if {![package vsatisfies [package require Tcl] 8.4]} return
6 package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir cvs2fossil.tcl]]
7 package ifneeded vc::fossil::import::cvs::file 1.0 [list source [file join $dir c2f_file.tcl]]
8 package ifneeded vc::fossil::import::cvs::file::lodmgr 1.0 [list source [file join $dir c2f_flodmgr.tcl]]
9 package ifneeded vc::fossil::import::cvs::file::rev 1.0 [list source [file join $dir c2f_frev.tcl]]
10 package ifneeded vc::fossil::import::cvs::file::sym 1.0 [list source [file join $dir c2f_fsym.tcl]]
11 package ifneeded vc::fossil::import::cvs::file::trunk 1.0 [list source [file join $dir c2f_ftrunk.tcl]]
12 package ifneeded vc::fossil::import::cvs::fossil 1.0 [list source [file join $dir c2f_fossil.tcl]]
13 package ifneeded vc::fossil::import::cvs::option 1.0 [list source [file join $dir c2f_option.tcl]]
@@ -26,11 +25,10 @@
26 package ifneeded vc::fossil::import::cvs::pass::atopsort 1.0 [list source [file join $dir c2f_patopsort.tcl]]
27 package ifneeded vc::fossil::import::cvs::pass::import 1.0 [list source [file join $dir c2f_pimport.tcl]]
28 package ifneeded vc::fossil::import::cvs::gtcore 1.0 [list source [file join $dir c2f_gtcore.tcl]]
29 package ifneeded vc::fossil::import::cvs::cyclebreaker 1.0 [list source [file join $dir c2f_cyclebreaker.tcl]]
30 package ifneeded vc::fossil::import::cvs::project 1.0 [list source [file join $dir c2f_project.tcl]]
31 package ifneeded vc::fossil::import::cvs::project::lodmgr 1.0 [list source [file join $dir c2f_plodmgr.tcl]]
32 package ifneeded vc::fossil::import::cvs::project::rev 1.0 [list source [file join $dir c2f_prev.tcl]]
33 package ifneeded vc::fossil::import::cvs::project::revlink 1.0 [list source [file join $dir c2f_prevlink.tcl]]
34 package ifneeded vc::fossil::import::cvs::project::sym 1.0 [list source [file join $dir c2f_psym.tcl]]
35 package ifneeded vc::fossil::import::cvs::project::trunk 1.0 [list source [file join $dir c2f_ptrunk.tcl]]
36 package ifneeded vc::fossil::import::cvs::repository 1.0 [list source [file join $dir c2f_repository.tcl]]
37
--- tools/cvs2fossil/lib/pkgIndex.tcl
+++ tools/cvs2fossil/lib/pkgIndex.tcl
@@ -3,11 +3,10 @@
3 ## Index of the local packages required by cvs2fossil
4 # # ## ### ##### ######## ############# #####################
5 if {![package vsatisfies [package require Tcl] 8.4]} return
6 package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir cvs2fossil.tcl]]
7 package ifneeded vc::fossil::import::cvs::file 1.0 [list source [file join $dir c2f_file.tcl]]
 
8 package ifneeded vc::fossil::import::cvs::file::rev 1.0 [list source [file join $dir c2f_frev.tcl]]
9 package ifneeded vc::fossil::import::cvs::file::sym 1.0 [list source [file join $dir c2f_fsym.tcl]]
10 package ifneeded vc::fossil::import::cvs::file::trunk 1.0 [list source [file join $dir c2f_ftrunk.tcl]]
11 package ifneeded vc::fossil::import::cvs::fossil 1.0 [list source [file join $dir c2f_fossil.tcl]]
12 package ifneeded vc::fossil::import::cvs::option 1.0 [list source [file join $dir c2f_option.tcl]]
@@ -26,11 +25,10 @@
25 package ifneeded vc::fossil::import::cvs::pass::atopsort 1.0 [list source [file join $dir c2f_patopsort.tcl]]
26 package ifneeded vc::fossil::import::cvs::pass::import 1.0 [list source [file join $dir c2f_pimport.tcl]]
27 package ifneeded vc::fossil::import::cvs::gtcore 1.0 [list source [file join $dir c2f_gtcore.tcl]]
28 package ifneeded vc::fossil::import::cvs::cyclebreaker 1.0 [list source [file join $dir c2f_cyclebreaker.tcl]]
29 package ifneeded vc::fossil::import::cvs::project 1.0 [list source [file join $dir c2f_project.tcl]]
 
30 package ifneeded vc::fossil::import::cvs::project::rev 1.0 [list source [file join $dir c2f_prev.tcl]]
31 package ifneeded vc::fossil::import::cvs::project::revlink 1.0 [list source [file join $dir c2f_prevlink.tcl]]
32 package ifneeded vc::fossil::import::cvs::project::sym 1.0 [list source [file join $dir c2f_psym.tcl]]
33 package ifneeded vc::fossil::import::cvs::project::trunk 1.0 [list source [file join $dir c2f_ptrunk.tcl]]
34 package ifneeded vc::fossil::import::cvs::repository 1.0 [list source [file join $dir c2f_repository.tcl]]
35

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button