|
Revision 24450, 430 bytes
(checked in by fguillaume, 2 years ago)
|
Move PolicyService? interface to the api package.
Fix tests.
XXX disabled core facade TestLocalAPI that provokes OutOfMemoryError?: Java heap space
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.core.security.PolicyService" |
|---|
| 4 |
version="1.0"> |
|---|
| 5 |
|
|---|
| 6 |
<implementation class="org.nuxeo.ecm.core.security.PolicyServiceImpl" /> |
|---|
| 7 |
|
|---|
| 8 |
<service> |
|---|
| 9 |
<provide interface="org.nuxeo.ecm.core.api.security.PolicyService" /> |
|---|
| 10 |
</service> |
|---|
| 11 |
|
|---|
| 12 |
<extension-point name="policy"> |
|---|
| 13 |
<object class="org.nuxeo.ecm.core.security.PolicyDescriptor" /> |
|---|
| 14 |
</extension-point> |
|---|
| 15 |
|
|---|
| 16 |
</component> |
|---|