Tools__HierarchicalLintRuleList.st
changeset 14035 3f81b0beff77
parent 13443 7533db07ff7a
child 14668 2f6b48f6902a
--- 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 $'
 ! !