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

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

MetacelloProject subclass:#MetacelloStXProject
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Metacello-St/X-Model'
!


!MetacelloStXProject class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !