eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'stx_libbasic3':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: stx_libbasic3


Inheritance:

   Object
   |
   +--ProjectDefinition
      |
      +--LibraryDefinition
         |
         +--stx_libbasic3

Package:
stx:libbasic3
Category:
* Projects & Packages *
Version:
rev: 1.104 date: 2021/03/08 11:08:03
user: cg
file: stx_libbasic3.st directory: libbasic3
module: stx stc-classLibrary: libbasic3

Description:


Package documentation:

This library contains source-code-management, packaging, change and history related stuff.
It is normally not required in end-user stand alone applications.


[primary maintainer:]
    cg

copyright

COPYRIGHT (c) 2006 Claus Gittinger / eXept Software AG 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 inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

description
o  excludedFromPreRequisites
ParseTreeSearcher - referenced by HTMLDocGenerator>>methodCommentOf:

o  mandatoryPreRequisites
list packages which are mandatory as a prerequisite.
This are packages containing superclasses of my classes and classes which
are extended by myself.
They are mandatory, beacuse we need these packages as a prerequisite for loading and compiling.
This method is generated automatically,
by searching along the inheritance chain of all of my classes.

o  referencedPreRequisites
list packages which are a prerequisite, because they contain
classes which are referenced by my classes.
We do not need these packages as a prerequisite for loading or compiling.
This method is generated automatically,
by searching all classes (and their packages) which are referenced by my classes.

description - compilation
o  additionalBaseAddressDefinition_bc_dot_mak
this is an optional definition, which (if present) may speed up the dll-loading a little
on win32 systems.

o  stcWarningOptions

description - contents
o  classNamesAndAttributes
lists the classes which are to be included in the project.
Each entry in the list may be: a single class-name (symbol),
or an array-literal consisting of class name and attributes.
Attributes are: #autoload or #<os> where os is one of win32, unix,...

o  extensionMethodNames
lists the extension methods which are to be included in the project.
Entries are pairwise elements, consisting of class-name and selector.

description - project information
o  companyName
Return a companyname which will appear in <lib>.rc

o  description
Return a description string which will appear in nt.def / bc.def

o  legalCopyright
Return a copyright string which will appear in <lib>.rc

o  productName
Return a product name which will appear in <lib>.rc

description - svn
o  svnRepositoryUrlString
Return a SVN repository URL of myself.
(Generated since 2011-04-08)
Do not make the string shorter!!! We have to use fixed-length keyword!!!

o  svnRevisionNr
Return a SVN revision number of myself.
This number is updated after a commit



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 11 May 2025 13:41:21 GMT