cvut_fel_cface.st
changeset 15 e873065959dc
parent 14 1f730d82496e
child 16 ffcbe7184a53
equal deleted inserted replaced
14:1f730d82496e 15:e873065959dc
    88 extensionMethodNames
    88 extensionMethodNames
    89     "lists the extension methods which are to be included in the project.
    89     "lists the extension methods which are to be included in the project.
    90      Entries are 2-element array literals, consisting of class-name and selector."
    90      Entries are 2-element array literals, consisting of class-name and selector."
    91 
    91 
    92     ^ #(
    92     ^ #(
    93         ChangeSet inspector2TabChangesetBrowser
       
    94         ClassDefinitionChange nameSpaceName:
    93         ClassDefinitionChange nameSpaceName:
    95     )
    94     )
    96 ! !
    95 ! !
    97 
    96 
    98 !cvut_fel_cface class methodsFor:'description - project information'!
    97 !cvut_fel_cface class methodsFor:'description - project information'!
   129     "Created: / 08-09-2008 / 23:49:09 / Jan Vrany <vranyj1@fel.cvut.cz>"
   128     "Created: / 08-09-2008 / 23:49:09 / Jan Vrany <vranyj1@fel.cvut.cz>"
   130 ! !
   129 ! !
   131 
   130 
   132 !cvut_fel_cface class methodsFor:'description - svn'!
   131 !cvut_fel_cface class methodsFor:'description - svn'!
   133 
   132 
       
   133 svnRepositoryUrlString
       
   134     "Return a SVN repository URL of myself.
       
   135      (Generated since 2011-04-08)
       
   136     "        
       
   137 
       
   138     ^ '$URL$'
       
   139 !
       
   140 
   134 svnRevisionNr
   141 svnRevisionNr
   135     "Return a SVN revision number of myself.
   142     "Return a SVN revision number of myself.
   136      This number is updated after a commit"
   143      This number is updated after a commit"
   137 
   144 
   138     ^ "$SVN-Revision:"'nil'"$"
   145     ^ "$SVN-Revision:"'nil'"$"