MCPreambleDefinition.st
changeset 721 9b08ef12b716
parent 670 540adeeeb779
child 1095 87f223484bc3
--- a/MCPreambleDefinition.st	Fri Jan 18 14:02:34 2013 +0100
+++ b/MCPreambleDefinition.st	Fri Jan 18 14:02:36 2013 +0100
@@ -14,7 +14,7 @@
 	^ #preamble
 ! !
 
-!MCPreambleDefinition methodsFor:'as yet unclassified'!
+!MCPreambleDefinition methodsFor:'installing'!
 
 load
 	super load.
@@ -24,13 +24,14 @@
 !MCPreambleDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.4 2012-09-11 21:25:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.5 2013-01-18 13:02:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.4 2012-09-11 21:25:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.5 2013-01-18 13:02:36 cg Exp $'
 !
 
 version_SVN
     ^ '§Id: MCPreambleDefinition.st 5 2010-08-29 07:30:29Z vranyj1 §'
 ! !
+