More fine-grained access to mimetype config XML. Added more mimetypes to OpenOffice handlers

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2225 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-27 14:34:45 +00:00
parent 119ac044d4
commit d252748bbe
22 changed files with 163 additions and 88 deletions

View File

@@ -118,22 +118,6 @@
</property>
</bean>
<!-- -->
<!-- CONFIGURATION SERVICES -->
<!-- -->
<bean id="repoConfigService" class="org.alfresco.config.xml.XMLConfigService" init-method="init">
<constructor-arg>
<bean class="org.alfresco.config.source.ClassPathConfigSource">
<constructor-arg>
<list>
<value>alfresco/mimetype-map.xml</value>
</list>
</constructor-arg>
</bean>
</constructor-arg>
</bean>
<!-- -->
<!-- Indexing and Search API -->
<!-- -->