kstephens / cabar

Cabar - an extensible software component backplane.

This URL has Read+Write access

kstephens (author)
Mon Sep 21 18:11:43 -0700 2009
commit  c9946cdf80d2ed79dfdb902dac085cc83c6dbb45
tree    1502bfdd6d954a5fa09c4ae6675884214ddcccfc
parent  9e60e5f1e5550156f01c8834fc823bbb1c3295be
cabar / Manifest
100644 161 lines (160 sloc) 4.926 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.gitignore
LICENSE.txt
Manifest
README.txt
Rakefile
Releases.txt
TODO.txt
bin/cbr
bin/cbr-run
bin/cbr-top-level
bin/cbrake
bin/cbrake_ruby
bin/ruby_call_graph.rb
cabar.yml
comp/cabar_core/Rakefile
comp/cabar_core/cabar.yml
comp/cabar_core/lib/ruby/cabar/array.rb
comp/cabar_core/lib/ruby/cabar/base.rb
comp/cabar_core/lib/ruby/cabar/debian.rb
comp/cabar_core/lib/ruby/cabar/env.rb
comp/cabar_core/lib/ruby/cabar/environment.rb
comp/cabar_core/lib/ruby/cabar/error.rb
comp/cabar_core/lib/ruby/cabar/file.rb
comp/cabar_core/lib/ruby/cabar/hash.rb
comp/cabar_core/lib/ruby/cabar/logger.rb
comp/cabar_core/lib/ruby/cabar/multimethod.rb
comp/cabar_core/lib/ruby/cabar/observer.rb
comp/cabar_core/lib/ruby/cabar/sort.rb
comp/cabar_core/lib/ruby/cabar/unshellwords.rb
comp/cabar_core/lib/ruby/cabar_core.rb
comp/cabar_core/test/ruby/cabar/environment.spec
comp/cabar_core/test/ruby/cabar/sort.spec
comp/cabar_rubygems/cabar.rb
comp/cabar_rubygems/cabar.yml
comp/derby/1.0/.gitignore
comp/derby/1.0/Rakefile
comp/derby/1.0/bin/derby
comp/derby/1.0/cabar.yml
comp/derby/1.0/example/a/a1.txt.erb
comp/derby/1.0/example/a/a2.txt
comp/derby/1.0/example/b/a2.txt
comp/derby/1.0/example/bin/script.erb
comp/derby/1.0/lib/ruby/derby.rb
comp/derby/1.0/lib/ruby/derby/main.rb
comp/derby/1.0/lib/ruby/derby/processor.rb
comp/derby/1.0/lib/ruby/derby/scanner.rb
comp/perl/std/cabar.yml
comp/rake/cabar.rb
comp/rake/cabar.yml
comp/ruby/std/cabar.yml
comp/rubygems/std/cabar.yml
doc/ClassDiagram1.png
doc/ClassDiagram2.png
doc/cabar_design_uml.zargo
example/README.txt
example/Rakefile
example/bin/cbr-run-test
example/bin/cbr-run-test-bin-sh
example/bin/cbr_env
example/cabar_conf.yml
example/cabar_conf_debian.yml
example/repo/dev/boc/Rakefile
example/repo/dev/boc/bin/boc
example/repo/dev/boc/cabar.yml
example/repo/dev/c1/Rakefile
example/repo/dev/c1/bin/c1_prog
example/repo/dev/c1/cabar.yml
example/repo/dev/c2/1.1/bin/c2_prog
example/repo/dev/c2/1.1/cabar.rb
example/repo/dev/c2/1.1/cabar.yml
example/repo/dev/c2/1.2/bin/c2_prog
example/repo/dev/c2/1.2/cabar.rb
example/repo/dev/c2/1.2/cabar.yml
example/repo/dev/c2/1.2/lib/ruby/c2.rb
example/repo/dev/todo/cabar.yml
example/repo/plat/gems/1.0/cabar.yml
example/repo/plat/ruby/1.8.4/cabar.rb
example/repo/plat/ruby/1.8.4/cabar.yml
example/repo/plat/ruby/1.9/cabar.yml
example/repo/prod/boc/bin/boc
example/repo/prod/boc/cabar.yml
example/repo/prod/boc_config/1.0/Rakefile
example/repo/prod/boc_config/1.0/cabar.rb
example/repo/prod/boc_config/1.0/cabar.yml
example/repo/prod/boc_customer/1.2/cabar.yml
example/repo/prod/boc_locale/1.1/cabar.rb
example/repo/prod/boc_locale/1.1/cabar.yml
example/repo/prod/boc_locale/2.0/cabar.rb
example/repo/prod/boc_locale/2.0/cabar.yml
example/repo/prod/c2/1.0/cabar.yml
example/repo/prod/c2/1.1/cabar.rb
example/repo/prod/c2/1.1/cabar.yml
example/repo/prod/c2/1.2/cabar.rb
example/repo/prod/c2/1.2/cabar.yml
example/repo/prod/c3/cabar.yml
lib/ruby/cabar.rb
lib/ruby/cabar/command.rb
lib/ruby/cabar/command/helper.rb
lib/ruby/cabar/command/manager.rb
lib/ruby/cabar/command/runner.rb
lib/ruby/cabar/command/state.rb
lib/ruby/cabar/component.rb
lib/ruby/cabar/component/set.rb
lib/ruby/cabar/configuration.rb
lib/ruby/cabar/constraint.rb
lib/ruby/cabar/facet.rb
lib/ruby/cabar/facet/components.rb
lib/ruby/cabar/facet/env_var.rb
lib/ruby/cabar/facet/env_var_group.rb
lib/ruby/cabar/facet/path.rb
lib/ruby/cabar/facet/required_component.rb
lib/ruby/cabar/facet/standard.rb
lib/ruby/cabar/loader.rb
lib/ruby/cabar/main.rb
lib/ruby/cabar/plugin.rb
lib/ruby/cabar/plugin/auto/action.rb
lib/ruby/cabar/plugin/auto/bin.rb
lib/ruby/cabar/plugin/auto/component.rb
lib/ruby/cabar/plugin/auto/config.rb
lib/ruby/cabar/plugin/auto/debian.rb
lib/ruby/cabar/plugin/auto/env.rb
lib/ruby/cabar/plugin/auto/facet.rb
lib/ruby/cabar/plugin/auto/help.rb
lib/ruby/cabar/plugin/auto/include.rb
lib/ruby/cabar/plugin/auto/lib.rb
lib/ruby/cabar/plugin/auto/path.rb
lib/ruby/cabar/plugin/auto/perl.rb
lib/ruby/cabar/plugin/auto/plugin.rb
lib/ruby/cabar/plugin/auto/ruby.rb
lib/ruby/cabar/plugin/auto/test.rb
lib/ruby/cabar/plugin/builder.rb
lib/ruby/cabar/plugin/cabar.rb
lib/ruby/cabar/plugin/core.rb
lib/ruby/cabar/plugin/manager.rb
lib/ruby/cabar/relationship.rb
lib/ruby/cabar/renderer.rb
lib/ruby/cabar/renderer/dot.rb
lib/ruby/cabar/renderer/env_var.rb
lib/ruby/cabar/renderer/yaml.rb
lib/ruby/cabar/resolver.rb
lib/ruby/cabar/run_time.rb
lib/ruby/cabar/selection.rb
lib/ruby/cabar/test/io_helper.rb
lib/ruby/cabar/test/main_helper.rb
lib/ruby/cabar/test/name_version.rb
lib/ruby/cabar/version.rb
lib/ruby/cabar/version/requirement.rb
lib/ruby/cabar/version/set.rb
lib/ruby/cabar/yaml.rb
lib/tasks/p4.rb
lib/tasks/p4_git.rb
lib/tasks/p4_svn.rb
src/doc/component_arch_v2.dia
test/ruby/cabar/action.spec
test/ruby/cabar/comp.spec
test/ruby/cabar/constraint.spec
test/ruby/cabar/env.spec
test/ruby/cabar/version_debian.spec
test/ruby/cabar/version_set.spec
test/ruby/dummy.rb