MCStXPackageQuery.st
author Claus Gittinger <cg@exept.de>
Sun, 26 Aug 2018 14:41:59 +0200
changeset 1051 793db72fde39
parent 594 83608eb4bb00
child 1095 87f223484bc3
permissions -rw-r--r--
#FEATURE by cg class: MCFtpRepository class definition added: #asRepositorySpecFor: #directory #host #isRemote #koRemote #loadAllFileNames comment/format in: #readStreamForFileNamed:do: changed: #description class: MCFtpRepository class added: #basicFromUrl: #documentation #fillInTheBlankRequest #morphicConfigure #urlSchemes

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

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


!MCStXPackageQuery methodsFor:'defaults'!

defaultResumeValue
    ^ PackageId noProjectID

    "Created: / 07-09-2011 / 12:41:56 / cg"
! !

!MCStXPackageQuery class methodsFor:'documentation'!

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

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

version_SVN
    ^ '§Id: MCStXPackageQuery.st 12 2010-09-15 13:13:22Z vranyj1 §'
! !