|
Class: stx_libbasic3
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
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
copyrightCOPYRIGHT (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.
description
-
excludedFromPreRequisites
-
ParseTreeSearcher - referenced by HTMLDocGenerator>>methodCommentOf:
-
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.
-
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
-
additionalBaseAddressDefinition_bc_dot_mak
-
this is an optional definition, which (if present) may speed up the dll-loading a little
on win32 systems.
-
stcWarningOptions
-
description - contents
-
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,...
-
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
-
companyName
-
Return a companyname which will appear in <lib>.rc
-
description
-
Return a description string which will appear in nt.def / bc.def
-
legalCopyright
-
Return a copyright string which will appear in <lib>.rc
-
productName
-
Return a product name which will appear in <lib>.rc
description - svn
-
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!!!
-
svnRevisionNr
-
Return a SVN revision number of myself.
This number is updated after a commit
|