MIMETypes.st
changeset 3104 39607bbc7c1d
parent 3039 1a8ca229615f
child 3113 f05de9a7a26c
--- a/MIMETypes.st	Sun Mar 10 17:55:55 2013 +0100
+++ b/MIMETypes.st	Tue Mar 12 18:17:27 2013 +0100
@@ -422,11 +422,11 @@
 
     ^ #(
         ('a' 'o' 'obj' )                        'application/binary'
-        'a'                                     'application/library'
         ('lic')                                 'application/license'
         ('dll' 'so')                            'application/shared-library'
 
         ('ets')                                 'application/x-expecco-testsuite'
+        ('etr')                                 'application/x-expecco-testrepository'
         ('elf')                                 'application/x-expecco-logfile'
         ('expeccolicense')                      'application/x-expecco-license'
         ('expeccopatch')                        'application/x-expecco-patch'
@@ -551,7 +551,7 @@
 !
 
 miscFilenameList
-    "other formats (not by suffix, but by fileName isnstead) ..."
+    "other formats (not by suffix, but by fileName instead) ..."
 
     ^ #(
         ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
@@ -1339,11 +1339,12 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.125 2012-12-14 16:19:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.126 2013-03-12 17:17:27 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.125 2012-12-14 16:19:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.126 2013-03-12 17:17:27 stefan Exp $'
 ! !
 
+
 MIMETypes initialize!