update
authorClaus Gittinger <cg@exept.de>
Fri, 01 Jul 2011 15:29:35 +0200
changeset 9996 aa43dfcaa63a
parent 9995 febbd7fc31a0
child 9997 0026180627e0
update
Tools__Inspector2.st
--- a/Tools__Inspector2.st	Fri Jul 01 15:28:45 2011 +0200
+++ b/Tools__Inspector2.st	Fri Jul 01 15:29:35 2011 +0200
@@ -1,4 +1,15 @@
-"{ Package: 'cvut:stx/goodies/libtool3' }"
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+"{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
 
@@ -16,6 +27,21 @@
 	privateIn:Inspector2
 !
 
+!Inspector2 class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+! !
 
 !Inspector2 class methodsFor:'interface specs'!
 
@@ -341,6 +367,10 @@
 
 !Inspector2::NavigationState class methodsFor:'documentation'!
 
+version
+    ^'$Id: Tools__Inspector2.st,v 1.5 2011-07-01 13:29:35 cg Exp $'
+!
+
 version_SVN
     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
 ! !
@@ -451,15 +481,16 @@
 
 initializeCommonTabs
 
-    tabs add:
-        (Tools::Inspector2Tab new
-            priority: 50;
-            label:'Object';
-            view: ((theObject inspectorClass new inspect:theObject)
-                        yourself))
+"/    tabs add:
+"/        (Tools::Inspector2Tab new
+"/            priority: 50;
+"/            label:'Object';
+"/            view: ((theObject inspectorClass new inspect:theObject)
+"/                        yourself))
 
     "Created: / 16-01-2008 / 16:56:48 / janfrog"
     "Modified: / 17-02-2008 / 10:29:54 / janfrog"
+    "Modified: / 25-05-2011 / 10:11:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 initializeExtraTabs
@@ -499,14 +530,14 @@
 
 !Inspector2 class methodsFor:'documentation'!
 
-version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.4 2009-10-08 11:57:22 fm Exp $'
-!
-
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.4 2009-10-08 11:57:22 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.5 2011-07-01 13:29:35 cg Exp $'
 !
 
 version_CVS_jvrany
     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
+!
+
+version_SVN
+    ^ '§Id: Tools__Inspector2.st 7486 2009-10-26 22:06:24Z vranyj1 §'
 ! !