MCPreambleDefinition.st
author Claus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:25:57 +0200
changeset 670 540adeeeb779
parent 377 9f272a7e86df
child 721 9b08ef12b716
permissions -rw-r--r--
category change

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

MCScriptDefinition subclass:#MCPreambleDefinition
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-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.4 2012-09-11 21:25:57 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPreambleDefinition.st,v 1.4 2012-09-11 21:25:57 cg Exp $'
!

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