stx/extensions.st
changeset 7 759ff40b4754
parent 6 2cd0e1bd3518
child 8 e046a5b3427f
--- a/stx/extensions.st	Wed Sep 05 16:34:21 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-"{ Package: 'stx:goodies/metacello/stx' }"!
-
-!MetacelloAbstractVersionConstructor methodsFor:'accessing'!
-
-project
-
-        project == nil ifTrue: [ project := MetacelloStXProject new].
-        ^project
-
-    "Created: / 03-09-2012 / 16:38:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!stx_goodies_metacello_stx class methodsFor:'documentation'!
-
-extensionsVersion_SVN
-    ^ '$Id::                                                                                                                        $'
-! !
\ No newline at end of file