|
Revision 23306, 0.7 kB
(checked in by janguenot, 2 years ago)
|
Fix repository name for old style document URL resolution
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="locationManagerComponentContribute"> |
|---|
| 4 |
|
|---|
| 5 |
<extension target="org.nuxeo.ecm.platform.util.LocationManagerService" point="location"> |
|---|
| 6 |
<documentation> |
|---|
| 7 |
Default server configuration for Nuxeo 5. |
|---|
| 8 |
|
|---|
| 9 |
</documentation> |
|---|
| 10 |
<locationManagerPlugin> |
|---|
| 11 |
<locationEnabled>true</locationEnabled> |
|---|
| 12 |
<locationName>default</locationName> |
|---|
| 13 |
</locationManagerPlugin> |
|---|
| 14 |
|
|---|
| 15 |
<!-- <locationManagerPlugin> |
|---|
| 16 |
<locationEnabled>true</locationEnabled> |
|---|
| 17 |
<locationName>pgsql</locationName> |
|---|
| 18 |
</locationManagerPlugin> |
|---|
| 19 |
<locationManagerPlugin> |
|---|
| 20 |
<locationEnabled>true</locationEnabled> |
|---|
| 21 |
<locationName>demo2</locationName> |
|---|
| 22 |
</locationManagerPlugin> |
|---|
| 23 |
--> |
|---|
| 24 |
</extension> |
|---|
| 25 |
|
|---|
| 26 |
</component> |
|---|