MCStXNamespaceQuery.st
changeset 474 b69b4301a254
child 599 fe8a3c887c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MCStXNamespaceQuery.st	Wed Sep 07 14:05:35 2011 +0200
@@ -0,0 +1,19 @@
+"{ Package: 'stx:goodies/monticello' }"
+
+Query subclass:#MCStXNamespaceQuery
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Monticello-St/X support'
+!
+
+
+!MCStXNamespaceQuery class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStXNamespaceQuery.st,v 1.1 2011-09-07 12:05:35 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStXNamespaceQuery.st,v 1.1 2011-09-07 12:05:35 cg Exp $'
+! !