MCInteractiveLoadingQuery.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Nov 2014 01:21:08 +0100
changeset 936 c4564a0396b9
parent 585 b1af311d3daa
child 1095 87f223484bc3
permissions -rw-r--r--
Fix in MCStXSnapshotPreWriteTransformation: do not fix extension cstegory if the prefix in OK. ...otherwise package category is lost when exporting previously imported .mcz. Thanks JK for spotting this.

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

Query subclass:#MCInteractiveLoadingQuery
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-St/X support'
!


!MCInteractiveLoadingQuery methodsFor:'defaults'!

defaultResumeValue

    ^false

    "Created: / 06-03-2011 / 20:27:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!MCInteractiveLoadingQuery class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCInteractiveLoadingQuery.st,v 1.3 2012-09-11 21:13:15 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCInteractiveLoadingQuery.st,v 1.3 2012-09-11 21:13:15 cg Exp $'
!

version_SVN
    ^ '§Id: MCInteractiveLoadingQuery.st 27 2011-03-07 03:48:48Z vranyj1 §'
! !