stx_libtool2.st
changeset 2621 285fa261cbcb
parent 2610 2fbaaa0e8e33
child 2643 dbfb457033ff
--- a/stx_libtool2.st	Wed Oct 14 08:13:10 2009 +0200
+++ b/stx_libtool2.st	Wed Oct 14 13:43:27 2009 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -45,20 +45,20 @@
 
 excludedFromPreRequisites
     ^ #(
-        #'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
+	#'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
     )
 !
 
 preRequisites
     ^ #(
-        #'stx:libbasic'    "Object - superclass of UIPainter::TreeView "
-        #'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
-        #'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
-        #'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
-        #'stx:libview'    "SimpleView - superclass of UIObjectView "
-        #'stx:libview2'    "Model - superclass of UILayoutTool::Point "
-        #'stx:libwidg'    "ObjectView - superclass of UIPainterView "
-        #'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::Item "
+	#'stx:libbasic'    "Object - superclass of UIPainter::TreeView "
+	#'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
+	#'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
+	#'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
+	#'stx:libview'    "SimpleView - superclass of UIObjectView "
+	#'stx:libview2'    "Model - superclass of UILayoutTool::Point "
+	#'stx:libwidg'    "ObjectView - superclass of UIPainterView "
+	#'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::Item "
     )
 ! !
 
@@ -78,46 +78,46 @@
 
 classNamesAndAttributes
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        ColorEditDialog
-        DataSetBuilder
-        (DirectoryView autoload)
-        (HierarchicalListEditor autoload)
-        ImageEditor
-        MenuEditor
-        (MethodFinderWindow autoload)
-        (MethodSelectionBrowser autoload)
-        (#'NewInspector::NewInspectorList' autoload)
-        (#'NewInspector::NewInspectorListView' autoload)
-        (#'NewInspector::NewInspectorPanelView' autoload)
-        (#'NewInspector::NewInspectorView' autoload)
-        (ProjectBrowser autoload)
-        (STXInstaller autoload)
-        SelectionBrowser
-        (ShellView autoload)
-        (SnapShotImage autoload)
-        (SnapShotImageMemory autoload)
-        TabListEditor
-        (#'Tools::InternationalLanguageTranslationEditor' autoload)
-        (#'Tools::ProjectDefinitionEditor' autoload)
-        UIGalleryView
-        UIHelpTool
-        UILayoutTool
-        UIObjectView
-        UIPainter
-        UISelectionPanel
-        UISpecificationTool
-        #'stx_libtool2'
-        FileSelectionBrowser
-        ResourceSelectionBrowser
-        UIPainterView
-        (#'Tools::ViewTreeModel' autoload)
-        (#'Tools::ViewTreeApplication' autoload)
-        (#'Tools::ViewTreeItem' autoload)
-        (#'Tools::ObjectModuleInformation' autoload)
-        FlyByWindowInformation
-        UIListEditor
-        ProjectBuilder
+	"<className> or (<className> attributes...) in load order"
+	ColorEditDialog
+	DataSetBuilder
+	(DirectoryView autoload)
+	(HierarchicalListEditor autoload)
+	ImageEditor
+	MenuEditor
+	(MethodFinderWindow autoload)
+	(MethodSelectionBrowser autoload)
+	(#'Tools::NewInspectorList' autoload)
+	(#'Tools::NewInspectorListView' autoload)
+	(#'Tools::NewInspectorPanelView' autoload)
+	(#'Tools::NewInspectorView' autoload)
+	(ProjectBrowser autoload)
+	(STXInstaller autoload)
+	SelectionBrowser
+	(ShellView autoload)
+	(SnapShotImage autoload)
+	(SnapShotImageMemory autoload)
+	TabListEditor
+	(#'Tools::InternationalLanguageTranslationEditor' autoload)
+	(#'Tools::ProjectDefinitionEditor' autoload)
+	UIGalleryView
+	UIHelpTool
+	UILayoutTool
+	UIObjectView
+	UIPainter
+	UISelectionPanel
+	UISpecificationTool
+	#'stx_libtool2'
+	FileSelectionBrowser
+	ResourceSelectionBrowser
+	UIPainterView
+	(#'Tools::ViewTreeModel' autoload)
+	(#'Tools::ViewTreeApplication' autoload)
+	(#'Tools::ViewTreeItem' autoload)
+	(#'Tools::ObjectModuleInformation' autoload)
+	FlyByWindowInformation
+	UIListEditor
+	ProjectBuilder
     )
 !