elf extension: x-expecco-logfile
authorClaus Gittinger <cg@exept.de>
Wed, 04 Jun 2008 11:06:22 +0200
changeset 2489 b891d96fd496
parent 2488 ed0fabedfe4e
child 2490 9bcc1b3fd7e0
elf extension: x-expecco-logfile
MIMETypes.st
--- a/MIMETypes.st	Wed Jun 04 11:05:35 2008 +0200
+++ b/MIMETypes.st	Wed Jun 04 11:06:22 2008 +0200
@@ -123,7 +123,11 @@
         at:'application/x-sh'
         put:#('#' (nil nil)).           "/ '#' for EOL comments only
 
-    #('text/html' 'text/xml' 'application/xml' 'application/x-expecco-testsuite')
+    #('text/html' 'text/xml' 
+      'application/xml' 
+      'application/x-expecco-testsuite'
+      'application/x-expecco-logfile'
+    )
     do:[:eachXMLType |
         TypeToCommentStringMapping 
             at:eachXMLType
@@ -431,6 +435,7 @@
         ('dll' 'so')                            'application/shared-library'
 
         ('ets')                                 'application/x-expecco-testsuite'
+        ('elf')                                 'application/x-expecco-logfile'
     )
 !
 
@@ -1214,7 +1219,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.93 2008-06-04 08:55:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.94 2008-06-04 09:06:22 cg Exp $'
 ! !
 
 MIMETypes initialize!