AbstractSourceCodeManagementSettingsAppl.st
changeset 10057 36e5aa192050
parent 10056 309affc75a8c
child 10144 e32d27a81b87
--- a/AbstractSourceCodeManagementSettingsAppl.st	Sun Jul 03 17:11:21 2011 +0200
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Sun Jul 03 17:57:24 2011 +0200
@@ -1,5 +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
@@ -11,10 +12,10 @@
 "{ Package: 'stx:libtool' }"
 
 AbstractSettingsApplication subclass:#AbstractSourceCodeManagementSettingsAppl
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'System-SourceCodeManagement'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-SourceCodeManagement'
 !
 
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
@@ -22,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
@@ -40,7 +41,7 @@
     These should implement an interface similar to what is found in CVSSourceCodeManager,
     providing methods to checkin/out files from a central repository.
 
-    Not all managers will probably provide the same set of functions; 
+    Not all managers will probably provide the same set of functions;
     time will show, if such an abstraction is possible
     (the way source code management systems organize their code is different, some
     keep individual per-class version numbers (CVS, RCS, Store) others keep an overall
@@ -67,7 +68,7 @@
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.3 2011-07-03 15:11:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.4 2011-07-03 15:57:24 cg Exp $'
 !
 
 version_SVN