|
Revision 21153, 0.6 kB
(checked in by atchertchian, 2 years ago)
|
comment out listener that does not exist anymore
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="DomainManagerService"> |
|---|
| 4 |
|
|---|
| 5 |
<documentation>Handles domain creation.</documentation> |
|---|
| 6 |
<extension target="org.nuxeo.ecm.core.listener.CoreEventListenerService" |
|---|
| 7 |
point="listener"> |
|---|
| 8 |
<documentation> |
|---|
| 9 |
The DomainManagerService listen to core events to automatically create the |
|---|
| 10 |
content-roots (ie: Workspaces and Sections) when a new Domain is created. |
|---|
| 11 |
|
|---|
| 12 |
XXX AT: useless now, handled at the core level. |
|---|
| 13 |
</documentation> |
|---|
| 14 |
<!-- |
|---|
| 15 |
<listener name="domainlistener" |
|---|
| 16 |
class="org.nuxeo.ecm.platform.domain.DomainCoreListener" order="200" /> |
|---|
| 17 |
--> |
|---|
| 18 |
</extension> |
|---|
| 19 |
|
|---|
| 20 |
</component> |
|---|