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.101 date: 2019/07/15 13:36:02
user: cg
file: stx_libbasic3.st directory: libbasic3
module: stx stc-classLibrary: libbasic3
Author:
cg

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


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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 18:13:34 GMT