core/MetacelloLookupBaselineSpecForEnsureLoad.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 18 Sep 2012 18:24:44 +0000
changeset 16 25ac697dc747
parent 14 f01fe37493e9
permissions -rw-r--r--
- Updated from branch master

"{ Package: 'stx:goodies/metacello/core' }"

MetacelloScriptProjectSpecNotification subclass:#MetacelloLookupBaselineSpecForEnsureLoad
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Metacello-Core-Scripts'
!


!MetacelloLookupBaselineSpecForEnsureLoad methodsFor:'exception description'!

defaultAction
	"Answer <true> if you want to ensure the load of the baseline ... default is to load the baseline"

	^ true
! !

!MetacelloLookupBaselineSpecForEnsureLoad methodsFor:'handlers'!

handleResolutionFor: aScriptEngine
	^ aScriptEngine handleLookupBaselineSpecForEnsureLoad: self
! !

!MetacelloLookupBaselineSpecForEnsureLoad class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !