repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git]
/
InversionOfControl
/
Castle.Windsor.Tests
/
Configuration2
/
include1.xml
blob
fcd9bde3a856bca5cc3a947f11a13e32345cb62d
1
<?xml version="1.0" encoding="utf-8" ?>
\r
2
<configuration>
\r
3
\r
4
<components>
\r
5
\r
6
<component id="testidcomponent1">
\r
7
<item>value1</item>
\r
8
</component>
\r
9
\r
10
<component id="testidcomponent2">
\r
11
<item>value2</item>
\r
12
</component>
\r
13
\r
14
</components>
\r
15
\r
16
</configuration>