#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Jan 2017 13:03:54 +0100
changeset 4259 78c1a6dc76d4
parent 4258 e74b86a138c2
child 4260 3be6896552e2
#OTHER by cg category
BZip2Stream.st
--- a/BZip2Stream.st	Fri Jan 13 13:03:41 2017 +0100
+++ b/BZip2Stream.st	Fri Jan 13 13:03:54 2017 +0100
@@ -9,14 +9,15 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libbasic2' }"
 
-"{ Package: 'stx:libbasic2' }"
+"{ NameSpace: Smalltalk }"
 
 CompressionStream subclass:#BZip2Stream
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'System-Compress'
+	category:'Streams-Compressed'
 !
 
 !BZip2Stream primitiveDefinitions!
@@ -439,3 +440,4 @@
 version
     ^ '$Header$'
 ! !
+