Reverted config changes (with the exception of context import order) and tested config extensions in external config files

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-27 15:18:21 +00:00
parent cf8814c60a
commit 280fabbe05
4 changed files with 60 additions and 65 deletions

View File

@@ -25,20 +25,5 @@
<ref bean="DictionaryService"/>
</constructor-arg>
</bean>
<!-- the list of standard transformation mimetypes that are exposed in the UI -->
<bean id="webClientTransformMimetypes" class="java.util.ArrayList" >
<constructor-arg>
<list>
<value>text/html</value>
<value>application/pdf</value>
<value>text/plain</value>
<value>text/xml</value>
<value>application/x-shockwave-flash</value>
<value>image/gif</value>
<value>image/jpeg</value>
</list>
</constructor-arg>
</bean>
</beans>

View File

@@ -304,6 +304,15 @@
<!-- Example configuration to demonstrate how to expose aspect from exampleModel.xml -->
<!-- <aspect name="my:imageClassification"/> -->
</aspects>
<transformers>
<transformer name="text/html"/>
<transformer name="application/pdf"/>
<transformer name="text/plain"/>
<transformer name="text/xml"/>
<transformer name="application/x-shockwave-flash"/>
<transformer name="image/gif"/>
<transformer name="image/jpeg"/>
</transformers>
<image-transformers>
<transformer name="image/gif"/>
<transformer name="image/jpeg"/>