MCStXNamespaceQuery.st
author Claus Gittinger <cg@exept.de>
Tue, 08 May 2018 19:54:33 +0200
changeset 1042 3b8c88c55251
parent 599 fe8a3c887c3d
child 1149 62ce23d03e78
permissions -rw-r--r--
#FEATURE by cg class: MCRepositoryGroup changed: #initializeRepositoriesFromUserSettings

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

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


!MCStXNamespaceQuery class methodsFor:'documentation'!

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

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