summaryrefslogtreecommitdiff
path: root/ACEXML/compass/properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/properties.xml')
-rw-r--r--ACEXML/compass/properties.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/ACEXML/compass/properties.xml b/ACEXML/compass/properties.xml
deleted file mode 100644
index c619cc0e0c3..00000000000
--- a/ACEXML/compass/properties.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE properties SYSTEM "properties.dtd">
-<properties>
- <struct name="ECProperties" type="EC_Properties">
- <description>Simple Event Channel</description>
- <simple name="ECDispactching" type="string">
- <value>reactive</value>
- </simple>
- <simple name="ECFiltering" type="string">
- <value>basic</value>
- </simple>
- <simple name="ECSupplierFiltering"
- type="string">
- <value>per-supplier</value>
- </simple>
- <simple name="ECProxyConsumerLock"
- type="string">
- <value>thread</value>
- </simple>
- <simple name="ECProxySupplierLock"
- type="string">
- <value>thread</value>
- </simple>
- <simple name="ECConsumerControl"
- type="string">
- <value>reactive</value>
- </simple>
- <simple name="ECSupplierControl"
- type="string">
- <value>reactive</value>
- </simple>
- <simple name="ECConsumerControlPeriod"
- type="long">
- <value>50000</value>
- </simple>
- <simple name="ECSupplierControlPeriod"
- type="long">
- <value>50000</value>
- </simple>
- </struct>
-</properties>