added sar extension
authorClaus Gittinger <cg@exept.de>
Fri, 16 May 2003 12:36:53 +0200
changeset 1775 cce9dce012ce
parent 1774 28b516fbd3e9
child 1776 79372ca563fc
added sar extension
MIMETypes.st
--- a/MIMETypes.st	Tue May 13 18:11:17 2003 +0200
+++ b/MIMETypes.st	Fri May 16 12:36:53 2003 +0200
@@ -264,6 +264,7 @@
         'cpio'                  'application/x-cpio'
         'shar'                  'application/x-shar'
         'jar'                   'application/java-archive'
+        'sar'                   'application/x-squeak-archive'
     )
 !
 
@@ -804,7 +805,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.52 2003-03-28 11:30:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.53 2003-05-16 10:36:53 cg Exp $'
 ! !
 
 MIMETypes initialize!