Last change
on this file since 169 was 165, checked in by Marek Kurdej, 11 years ago |
Major: changed plugins section name to plugings. Parameters section will be used for something else.
|
File size:
567 bytes
|
Rev | Line | |
---|
[163] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <pacpus>
|
---|
| 3 | <components>
|
---|
| 4 | <component name="producer" type="ProducerExample" ui="0" verbose="1" />
|
---|
| 5 | <component name="consumer" type="ConsumerExample" ui="0" verbose="1" />
|
---|
| 6 | </components>
|
---|
| 7 |
|
---|
| 8 | <connections>
|
---|
| 9 | <connection output="producer.image" input="consumer.image" type="direct" priority="0" />
|
---|
| 10 | </connections>
|
---|
| 11 |
|
---|
[165] | 12 | <plugins prefix="" postfix="" extension="dll">
|
---|
[163] | 13 | <plugin lib="ProducerConsumerExample" />
|
---|
[165] | 14 | </plugins>
|
---|
| 15 |
|
---|
| 16 | <parameters>
|
---|
[163] | 17 | </parameters>
|
---|
| 18 | </pacpus>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.