stx/stx_goodies_metacello_stx.st
changeset 7 759ff40b4754
parent 5 eebd7f36c3cc
child 9 d126d2954bf9
--- a/stx/stx_goodies_metacello_stx.st	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/stx_goodies_metacello_stx.st	Wed Sep 05 16:35:54 2012 +0000
@@ -28,7 +28,7 @@
 
     ^ #(
         #'stx:goodies/metacello'    "MetacelloPlatform - superclass of MetacelloStXPlatform "
-        #'stx:libbasic'    "Object - superclass of MetacelloStXProject "
+        #'stx:libbasic'    "ProjectDefinition - superclass of stx_goodies_metacello_stx "
     )
 ! !
 
@@ -53,7 +53,6 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-        MetacelloAbstractVersionConstructor project
     )
 ! !