Revision 10466
Added by Jing Tao almost 7 years ago
metacat-index/src/main/resources/index-processor-context.xml | ||
---|---|---|
37 | 37 |
<import resource="application-context-isotc211-base.xml" /> |
38 | 38 |
<import resource="application-context-isotc211.xml" /> |
39 | 39 |
<import resource="application-context-isotc211-noaa.xml" /> |
40 |
<import resource="application-context-isotc211-pangaea.xml" /> |
|
40 | 41 |
|
41 | 42 |
<import resource="application-context-prov-base.xml" /> |
42 | 43 |
<import resource="application-context-provone20150115.xml" /> |
... | ... | |
116 | 117 |
<ref bean="dublinCoreExtendedSubprocessor" /> |
117 | 118 |
<ref bean="isotc211Subprocessor" /> |
118 | 119 |
<ref bean="isotc211NoaaSubprocessor" /> |
120 |
<ref bean="isotc211PangaeaSubprocessor" /> |
|
119 | 121 |
<ref bean="mdqSubprocessor" /> |
120 | 122 |
</list> |
121 | 123 |
</property> |
Also available in: Unified diff
Add the pangaea file to be imported.