Tools__LintRuleSelectionDialog.st
branchjv
changeset 12401 4714b9640528
parent 12205 f210b6224ef0
parent 11298 1724964c25a4
child 12431 9f0c59c742d5
--- a/Tools__LintRuleSelectionDialog.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/Tools__LintRuleSelectionDialog.st	Wed Jan 30 11:15:09 2013 +0000
@@ -97,6 +97,7 @@
 "
 ! !
 
+
 !LintRuleSelectionDialog class methodsFor:'interface specs'!
 
 windowSpec
@@ -227,6 +228,7 @@
     "Modified: / 01-03-2012 / 10:50:28 / cg"
 ! !
 
+
 !LintRuleSelectionDialog methodsFor:'accessing'!
 
 selection
@@ -250,6 +252,7 @@
     "Created: / 25-08-2010 / 14:10:58 / Jan Vrany <enter your email here>"
 ! !
 
+
 !LintRuleSelectionDialog methodsFor:'actions'!
 
 hideResultView
@@ -280,6 +283,7 @@
     "Modified: / 24-07-2010 / 15:30:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintRuleSelectionDialog methodsFor:'aspects'!
 
 allRulesHolder
@@ -320,6 +324,7 @@
     ^ selectionHolder
 ! !
 
+
 !LintRuleSelectionDialog methodsFor:'callbacks - post build'!
 
 postBuildVariablePanel: aPanel
@@ -329,12 +334,14 @@
     "Created: / 24-07-2010 / 15:05:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.3 2012/03/01 09:55:40 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.3 2012-03-01 09:55:40 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st 7952 2012-03-21 17:50:14Z vranyj1 $'
-! !
\ No newline at end of file
+    ^ '§Id: Tools__LintRuleSelectionDialog.st 7617 2010-08-25 12:56:19Z vranyj1 §'
+! !
+