MCPreambleDefinition.st
author Claus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 14:31:45 +0200
changeset 377 9f272a7e86df
parent 251 c09f587d03f5
child 670 540adeeeb779
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:goodies/monticello' }"

MCScriptDefinition subclass:#MCPreambleDefinition
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Monticello-Modeling'
!


!MCPreambleDefinition class methodsFor:'as yet unclassified'!

scriptSelector
	^ #preamble
! !

!MCPreambleDefinition methodsFor:'as yet unclassified'!

load
	super load.
	self evaluate
! !

!MCPreambleDefinition class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.3 2011-08-20 12:31:45 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.3 2011-08-20 12:31:45 cg Exp $'
!

version_SVN
    ^ '§Id: MCPreambleDefinition.st 5 2010-08-29 07:30:29Z vranyj1 §'
! !