doc
authorClaus Gittinger <cg@exept.de>
Fri, 18 Feb 2000 15:10:15 +0100
changeset 2626 4ee750caddab
parent 2625 d70f0361a027
child 2627 e633d9928ddd
doc
AbstractRevisionItem.st
AbstractVersionDiffBrowserItem.st
ClassItem.st
ClassItemRoot.st
ClassItemRootForRevision.st
ClassNameItem.st
ClassRevisionTree.st
ExpandableRevisionItem.st
HierarchicalClassRevisionList.st
HierarchicalVersionDiffBrowser.st
SourceRevisionItem.st
VersionDiffBrowser.st
VersionRevisionItem.st
--- a/AbstractRevisionItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/AbstractRevisionItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractVersionDiffBrowserItem subclass:#AbstractRevisionItem
 	instanceVariableNames:'revision'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !AbstractRevisionItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -117,5 +147,5 @@
 !AbstractRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractRevisionItem.st,v 1.4 2000-02-18 14:02:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractRevisionItem.st,v 1.5 2000-02-18 14:10:15 cg Exp $'
 ! !
--- a/AbstractVersionDiffBrowserItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/AbstractVersionDiffBrowserItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 HierarchicalItem subclass:#AbstractVersionDiffBrowserItem
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -124,5 +154,5 @@
 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.4 2000-02-18 14:01:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.5 2000-02-18 14:09:49 cg Exp $'
 ! !
--- a/ClassItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractVersionDiffBrowserItem subclass:#ClassItem
 	instanceVariableNames:'myClass isRegistered revisonColl revisionInfo'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ClassItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -232,5 +262,5 @@
 !ClassItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.7 2000-02-18 14:01:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.8 2000-02-18 14:09:35 cg Exp $'
 ! !
--- a/ClassItemRoot.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassItemRoot.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractVersionDiffBrowserItem subclass:#ClassItemRoot
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ClassItemRoot class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -104,5 +134,5 @@
 !ClassItemRoot class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRoot.st,v 1.5 2000-02-18 14:01:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRoot.st,v 1.6 2000-02-18 14:09:21 cg Exp $'
 ! !
--- a/ClassItemRootForRevision.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassItemRootForRevision.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 ClassItemRoot subclass:#ClassItemRootForRevision
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ClassItemRootForRevision class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -62,5 +92,5 @@
 !ClassItemRootForRevision class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.2 2000-02-18 14:01:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.3 2000-02-18 14:09:10 cg Exp $'
 ! !
--- a/ClassNameItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassNameItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 HierarchicalItem subclass:#ClassNameItem
 	instanceVariableNames:'revisionInfo'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ClassNameItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -128,5 +158,5 @@
 !ClassNameItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassNameItem.st,v 1.2 2000-02-18 14:01:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassNameItem.st,v 1.3 2000-02-18 14:08:58 cg Exp $'
 ! !
--- a/ClassRevisionTree.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassRevisionTree.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 ApplicationModel subclass:#ClassRevisionTree
 	instanceVariableNames:'selectionHolder dataHolder menuBlock selectionBlock listView
 		hierarchicalList'
@@ -8,6 +22,22 @@
 
 !ClassRevisionTree class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -440,5 +470,5 @@
 !ClassRevisionTree class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassRevisionTree.st,v 1.8 2000-02-18 14:01:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassRevisionTree.st,v 1.9 2000-02-18 14:08:48 cg Exp $'
 ! !
--- a/ExpandableRevisionItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ExpandableRevisionItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractRevisionItem subclass:#ExpandableRevisionItem
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ExpandableRevisionItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     documentation to be added.
@@ -74,5 +104,5 @@
 !ExpandableRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.4 2000-02-15 16:49:17 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.5 2000-02-18 14:08:35 cg Exp $'
 ! !
--- a/HierarchicalClassRevisionList.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/HierarchicalClassRevisionList.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 HierarchicalList subclass:#HierarchicalClassRevisionList
 	instanceVariableNames:'itemComputationList semaphoreCritical itemTask currentItemInTask
 		dataColl'
@@ -8,6 +22,22 @@
 
 !HierarchicalClassRevisionList class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -175,5 +205,5 @@
 !HierarchicalClassRevisionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalClassRevisionList.st,v 1.2 2000-02-18 14:00:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalClassRevisionList.st,v 1.3 2000-02-18 14:08:26 cg Exp $'
 ! !
--- a/HierarchicalVersionDiffBrowser.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/HierarchicalVersionDiffBrowser.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 ApplicationModel subclass:#HierarchicalVersionDiffBrowser
 	instanceVariableNames:'versionDiffBrowser classTree treeSelectionHolder classHolder'
 	classVariableNames:''
@@ -7,8 +21,26 @@
 
 !HierarchicalVersionDiffBrowser class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
+    This is not yet finished (work in progress) - do not use.
+
     A hierarchical version diff browser, allowing easy comparison
     between a classes versions; will also eventually add capabilities
     to checkIn / load classes into / from the repository.
@@ -609,5 +641,5 @@
 !HierarchicalVersionDiffBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalVersionDiffBrowser.st,v 1.8 2000-02-15 16:50:37 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalVersionDiffBrowser.st,v 1.9 2000-02-18 14:06:52 cg Exp $'
 ! !
--- a/SourceRevisionItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/SourceRevisionItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractRevisionItem subclass:#SourceRevisionItem
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !SourceRevisionItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -99,5 +129,5 @@
 !SourceRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SourceRevisionItem.st,v 1.5 2000-02-18 14:00:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SourceRevisionItem.st,v 1.6 2000-02-18 14:08:16 cg Exp $'
 ! !
--- a/VersionDiffBrowser.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/VersionDiffBrowser.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
 ApplicationModel subclass:#VersionDiffBrowser
 	instanceVariableNames:'classChangeSet diffTextView'
 	classVariableNames:''
@@ -16,6 +29,40 @@
 VersionDiffBrowser comment:'some comment
 '!
 
+!VersionDiffBrowser class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+!
+
+documentation
+"
+    This is not yet finished (work in progress).
+
+    A browser to show differences between class versions,
+    allowing easy comparison; will also eventually add capabilities
+    to checkIn / load classes into / from the repository.
+
+    [see also:]
+
+    [instance variables:]
+
+    [class variables:]
+"
+
+
+! !
 
 !VersionDiffBrowser class methodsFor:'interface specs'!
 
@@ -1414,5 +1461,5 @@
 !VersionDiffBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.20 2000-02-03 18:43:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.21 2000-02-18 14:07:09 cg Exp $'
 ! !
--- a/VersionRevisionItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/VersionRevisionItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractRevisionItem subclass:#VersionRevisionItem
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !VersionRevisionItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+!
+
 documentation
 "
     This is not yet finished (work in progress) - do not use.
@@ -84,5 +114,5 @@
 !VersionRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/VersionRevisionItem.st,v 1.5 2000-02-18 14:00:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionRevisionItem.st,v 1.6 2000-02-18 14:08:03 cg Exp $'
 ! !