refactored
authorClaus Gittinger <cg@exept.de>
Sat, 14 Jan 2012 21:05:44 +0100
changeset 11127 d8a116610680
parent 11126 6ac7a4d1e195
child 11128 8742c3c84ba5
refactored
FileBasedSourceCodeManagementSettingsAppl.st
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Sat Jan 14 21:04:43 2012 +0100
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Sat Jan 14 21:05:44 2012 +0100
@@ -12,9 +12,8 @@
 "{ Package: 'stx:libtool' }"
 
 AbstractSourceCodeManagementSettingsAppl subclass:#FileBasedSourceCodeManagementSettingsAppl
-	instanceVariableNames:'listOfModules removeEnabled acceptChannel pathPerModule
-		verboseSourceCodeAccess repositoryPathHolder perModulePath
-		perModulePathModule selectedPerModulePath'
+	instanceVariableNames:'listOfModules removeEnabled pathPerModule repositoryPathHolder
+		perModulePath perModulePathModule selectedPerModulePath'
 	classVariableNames:'RecentlyUsedCVSRoots RecentlyUsedStoreHosts
 		RecentlyUsedSmallTeamHosts LastStoreHost LastStoreUser
 		LastStorePassword'
@@ -483,14 +482,6 @@
 
 !FileBasedSourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
-acceptChannel
-
-    acceptChannel isNil ifTrue:[
-        acceptChannel := TriggerValue new.
-    ].
-    ^ acceptChannel.
-!
-
 listOfModules
 
     listOfModules isNil ifTrue:[
@@ -721,9 +712,9 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.8 2012-01-11 14:40:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.9 2012-01-14 20:05:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.8 2012-01-11 14:40:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.9 2012-01-14 20:05:44 cg Exp $'
 ! !