]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-586: Adding support for 3D MIME type.
authorRichard Millet <remillet@gmail.com>
Fri, 1 Mar 2019 19:02:23 +0000 (11:02 -0800)
committerRichard Millet <remillet@gmail.com>
Fri, 1 Mar 2019 19:02:23 +0000 (11:02 -0800)
3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/core-types-contrib.xml

index a9c9cbcd711ba547d6ab4561ef987d253ff9b721..f1e13e3f6faaf1955189d9852ca6920d5ca61420 100644 (file)
                        <schema name="subitem" />
                </doctype>
        </extension>
+       
+       <!--
+               Register new MIME types that are not in the default set
+       -->
+       <extension target="org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService" point="mimetype">
+               <mimetype normalized="model/x3d+xml" binary="false" iconPath="text.png">
+                       <mimetypes>
+                               <mimetype>model/x3d+xml</mimetype>
+                       </mimetypes>
+                       <extensions>
+                               <extension>x3d</extension>
+                       </extensions>
+               </mimetype>
+       </extension>
 </component>