MetacelloScriptEnsureProjectLoadedForDevelopment.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Sep 2012 16:35:54 +0000
changeset 7 759ff40b4754
parent 1 9e312de5f694
permissions -rw-r--r--
- stx_goodies_metacello_stx added: #extensionMethodNames changed: #classNamesAndAttributes #preRequisites

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

MetacelloScriptNotification subclass:#MetacelloScriptEnsureProjectLoadedForDevelopment
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Metacello-Core-Scripts'
!


!MetacelloScriptEnsureProjectLoadedForDevelopment methodsFor:'exception handling'!

defaultAction
    "Go ahead and download a new copy of configuration because blessing is #development"

    ^ true
! !

!MetacelloScriptEnsureProjectLoadedForDevelopment methodsFor:'handlers'!

handleResolutionFor: aScriptEngine
    ^ aScriptEngine handleEnsureProjectLoadedForDevelopment: self
! !

!MetacelloScriptEnsureProjectLoadedForDevelopment class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !