# HG changeset patch # User Claus Gittinger # Date 1422708904 -3600 # Node ID 0d5fbdb2e7fd5e904bf463d32f6b3a20e5454a12 # Parent ed6b37bc35b0fa3f1db947353d3f2e485e5ee6b2 class: stx_libtool2 comment/format in: #documentation diff -r ed6b37bc35b0 -r 0d5fbdb2e7fd stx_libtool2.st --- a/stx_libtool2.st Tue Jan 27 13:16:28 2015 +0100 +++ b/stx_libtool2.st Sat Jan 31 13:55:04 2015 +0100 @@ -11,6 +11,8 @@ " "{ Package: 'stx:libtool2' }" +"{ NameSpace: Smalltalk }" + LibraryDefinition subclass:#stx_libtool2 instanceVariableNames:'' classVariableNames:'' @@ -36,8 +38,12 @@ documentation " - Build- and package information for creation of the st/x standard library: stx_libtool2. - This library contains additional developer tools. + Package documentation: + + This library contains advanced ST/X development tools. + Mostly modern replacements for browsers, additional analysis and monitoring tools etc. + You can, but don't want to live without these + (i.e. it is still possible, to work with the older libtool stuff). " ! !