stx_libcomp.st
changeset 3135 50948967dd54
parent 3127 b635470a1886
child 3157 e30f7d5bf34a
--- a/stx_libcomp.st	Wed Apr 17 09:15:15 2013 +0200
+++ b/stx_libcomp.st	Wed Apr 17 09:15:45 2013 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              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
@@ -12,10 +12,10 @@
 "{ Package: 'stx:libcomp' }"
 
 LibraryDefinition subclass:#stx_libcomp
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'* Projects & Packages *'
+        instanceVariableNames:''
+        classVariableNames:''
+        poolDictionaries:''
+        category:'* Projects & Packages *'
 !
 
 !stx_libcomp class methodsFor:'documentation'!
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              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
@@ -178,7 +178,8 @@
         BreakpointAnalyzer
     )
 
-    "Modified: / 16-04-2013 / 09:20:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 17-04-2013 / 09:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+
 !
 
 extensionMethodNames
@@ -312,11 +313,11 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.62 2013-04-16 07:22:13 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.63 2013-04-17 07:15:45 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.62 2013-04-16 07:22:13 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.63 2013-04-17 07:15:45 vrany Exp $'
 !
 
 version_SVN