More improvements in pre-write transformations.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 31 May 2013 01:35:19 +0200
changeset 864 33600db0c775
parent 863 310347ceb9df
child 865 4d6d77aa7777
More improvements in pre-write transformations. transform categories for extensions and generate category map.
MCMethodDefinition.st
--- a/MCMethodDefinition.st	Fri May 31 01:35:04 2013 +0200
+++ b/MCMethodDefinition.st	Fri May 31 01:35:19 2013 +0200
@@ -97,6 +97,10 @@
 	^ category
 !
 
+category:something
+    category := something.
+!
+
 classIsMeta
 	^ classIsMeta
 !
@@ -409,15 +413,15 @@
 !MCMethodDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.11 2013-01-18 13:02:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.12 2013-05-30 23:35:19 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.11 2013-01-18 13:02:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMethodDefinition.st,v 1.12 2013-05-30 23:35:19 vrany Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCMethodDefinition.st 24 2010-11-09 14:00:17Z vranyj1 §'
+    ^ '$Id: MCMethodDefinition.st,v 1.12 2013-05-30 23:35:19 vrany Exp $'
 ! !