stc fixes jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Sep 2012 16:46:10 +0100
branchjv
changeset 3080 0febf2fdcb76
parent 3079 ac993a8ce737
child 3081 712525843aef
stc fixes
ChangeSet.st
--- a/ChangeSet.st	Wed Sep 05 16:40:26 2012 +0100
+++ b/ChangeSet.st	Wed Sep 05 16:46:10 2012 +0100
@@ -42,23 +42,6 @@
 	privateIn:ChangeSet
 !
 
-NameSpace name:#'ChangeSet::ClassSourceWriter::ChangeSet'!
-
-NameSpace name:#'ChangeSet::ClassSourceWriter::ChangeSet::ClassSourceWriter'!
-
-"{ Package: 'stx:libbasic3' }"
-
-"{ NameSpace: 'ChangeSet::ClassSourceWriter::ChangeSet::ClassSourceWriter' }"
-
-Object subclass:#ClassInfo
-	instanceVariableNames:'name superclass definition comment methods methodDictionary
-		namespace primitiveDefinitions primitiveVariables
-		primitiveFunctions'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'System-Changes'
-!
-
 Object subclass:#ClassInfo
 	instanceVariableNames:'name superclass definition comment methods methodDictionary
 		namespace primitiveDefinitions primitiveVariables
@@ -3461,7 +3444,7 @@
     "Created: / 15-03-2012 / 19:01:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!ClassInfo class methodsFor:'documentation'!
+!ChangeSet::ClassSourceWriter::ClassInfo class methodsFor:'documentation'!
 
 copyright
 "
@@ -3478,7 +3461,7 @@
 !
 
 version_SVN
-    ^ '$Id:: ChangeSet.st 1958 2012-09-05 15:40:26Z vranyj1                                                                         $'
+    ^ '$Id:: ChangeSet.st 1959 2012-09-05 15:46:10Z vranyj1                                                                         $'
 ! !
 
 !ChangeSet::ClassSourceWriter::ClassInfo class methodsFor:'instance creation'!
@@ -4135,9 +4118,9 @@
 !ChangeSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ChangeSet.st 1958 2012-09-05 15:40:26Z vranyj1 $'
+    ^ '$Id: ChangeSet.st 1959 2012-09-05 15:46:10Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: ChangeSet.st 1958 2012-09-05 15:40:26Z vranyj1 $'
+    ^ '$Id: ChangeSet.st 1959 2012-09-05 15:46:10Z vranyj1 $'
 ! !