Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:42:31 +0100
changeset 14035 3f81b0beff77
parent 14034 96b0af8d70a6
child 14036 ba97bd20b671
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools__HierarchicalLintRuleList.st
--- a/Tools__HierarchicalLintRuleList.st	Tue Feb 25 11:42:24 2014 +0100
+++ b/Tools__HierarchicalLintRuleList.st	Tue Feb 25 11:42:31 2014 +0100
@@ -123,29 +123,6 @@
       )
 ! !
 
-!HierarchicalLintRuleList class methodsFor:'plugIn spec'!
-
-aspectSelectors
-    "This resource specification was automatically generated
-     by the UIPainter of ST/X."
-
-    "Do not manually edit this. If it is corrupted,
-     the UIPainter may not be able to read the specification."
-
-    "Return a description of exported aspects;
-     these can be connected to aspects of an embedding application
-     (if this app is embedded in a subCanvas)."
-
-    ^ #(
-        #inGeneratorHolder
-        #listSelection
-        #modeHolder
-        #outGeneratorHolder
-        #selectionHolder
-      ).
-
-! !
-
 !HierarchicalLintRuleList methodsFor:'aspects'!
 
 listHolder
@@ -202,10 +179,10 @@
 !HierarchicalLintRuleList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__HierarchicalLintRuleList.st,v 1.5 2013-08-31 19:33:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__HierarchicalLintRuleList.st,v 1.6 2014-02-25 10:42:31 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__HierarchicalLintRuleList.st,v 1.5 2013-08-31 19:33:04 cg Exp $'
+    ^ '$Id: Tools__HierarchicalLintRuleList.st,v 1.6 2014-02-25 10:42:31 vrany Exp $'
 ! !