extensions.st
changeset 452 cbc2f85f11f8
parent 437 f66cbf40d994
child 459 cae7224c4ab3
--- a/extensions.st	Tue Aug 23 15:51:10 2011 +0200
+++ b/extensions.st	Thu Aug 25 18:06:33 2011 +0200
@@ -183,6 +183,15 @@
 
 !ProjectDefinition class methodsFor:'code generation'!
 
+monticelloAncestry_code
+
+    self halt.
+
+    "Created: / 25-08-2011 / 16:49:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!ProjectDefinition class methodsFor:'code generation'!
+
 monticelloTimestamps_code
 
     | methodsWithTimestamp |
@@ -473,5 +482,5 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.10 2011-08-23 13:37:10 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.11 2011-08-25 16:06:33 vrany Exp $'
 ! !
\ No newline at end of file