AbstractSourceCodeManagementSettingsAppl.st
branchjv
changeset 12401 4714b9640528
parent 12296 6921627a8c27
parent 11820 03ea2577522e
child 12431 9f0c59c742d5
--- a/AbstractSourceCodeManagementSettingsAppl.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Wed Jan 30 11:15:09 2013 +0000
@@ -50,6 +50,7 @@
 "
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -78,6 +79,7 @@
     "Created: / 11-01-2012 / 15:38:11 / cg"
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -128,6 +130,7 @@
 @@@@@@@VE @@@@@VE!!XVE!!X@@@@@@@@WE!!XV@@@@@@@a') ; colorMapFromArray:#[0 0 0 32 64 0 0 64 0 32 32 0 0 32 0 32 96 32 96 192 128 192 224 192 160 224 160 32 128 64 64 96 64 64 96 32 32 160 64 160 224 192 64 160 96 32 128 32 224 224 224 64 128 64 160 192 160 224 224 192 32 160 96 160 160 160 64 64 64 96 96 96 128 128 128 192 192 192 32 32 32 32 64 32]; mask:((ImageMask new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C0@_ C!!@N@C< G''@L>@G8DF@O8@_@@@a') ; yourself); yourself]
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'queries'!
 
 isAbstract
@@ -150,6 +153,7 @@
     "Created: / 19-04-2011 / 12:48:37 / cg"
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl methodsFor:'actions'!
 
 condenseSourceCache
@@ -165,6 +169,7 @@
     "Modified: / 30-09-2011 / 13:33:47 / cg"
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
 acceptChannel
@@ -240,16 +245,18 @@
     ^ verboseSourceCodeAccess.
 ! !
 
+
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012/09/26 16:16:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012-09-26 16:16:47 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012/09/26 16:16:47 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012-09-26 16:16:47 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceCodeManagementSettingsAppl.st 8059 2012-09-27 20:08:20Z vranyj1 $'
+    ^ '§Id§'
 ! !
+