Tools__ProjectLoader.st
branchjv
changeset 16571 cf319f2e56d0
parent 15566 184cea584be5
parent 16510 55dc7652db5e
equal deleted inserted replaced
16570:dc5e958a20dc 16571:cf319f2e56d0
   411 
   411 
   412             name := prj first.
   412             name := prj first.
   413             origin := prj second first.
   413             origin := prj second first.
   414             '%1 %2' 
   414             '%1 %2' 
   415                 bindWith:prj first
   415                 bindWith:prj first
   416                 with:(('(%1)' bindWith:origin) colorizeAllWith:Color gray)
   416                 with:(('(%1)' bindWith:origin) withColor:Color gray)
   417         ])
   417         ])
   418 
   418 
   419     "Created: / 22-11-2008 / 09:52:47 / Jan Vrany <vranyj1@fel.cvut.cz>"
   419     "Created: / 22-11-2008 / 09:52:47 / Jan Vrany <vranyj1@fel.cvut.cz>"
   420     "Modified: / 31-07-2013 / 12:48:34 / cg"
   420     "Modified: / 31-07-2013 / 12:48:34 / cg"
   421 !
   421 !
   443 ! !
   443 ! !
   444 
   444 
   445 !ProjectLoader class methodsFor:'documentation'!
   445 !ProjectLoader class methodsFor:'documentation'!
   446 
   446 
   447 version
   447 version
   448     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
   448     ^ '$Header$'
   449 !
   449 !
   450 
   450 
   451 version_CVS
   451 version_CVS
   452     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
   452     ^ '$Header$'
   453 !
   453 !
   454 
   454 
   455 version_SVN
   455 version_SVN
   456     ^ '$Id: Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
   456     ^ '$Id$'
   457 ! !
   457 ! !
   458 
   458 
   459 
   459 
   460 ProjectLoader initialize!
   460 ProjectLoader initialize!