test_common.gpr was renamed to be polyorb_test_common.gpr,
so change all occurrences in local.gpr files under examples
and testsuite. Also correct documentation in Makefile.in.
Part of IC17-019.
Subversion-branch: /trunk/polyorb
Subversion-revision: 154420
tests.
(*.gpr): Use main procedure file name (with ".adb") in all project
files.
This is required by gprbuild, and harmless for gnatmake, so we might as
well
do it, in case we ever switch to gprbuild.
For GA04-028.
Subversion-branch: /trunk/polyorb
Subversion-revision: 121210
MANIFEST, because these are needed to build the examples from the
source
distribution.
For GC06-022.
Subversion-branch: /trunk/polyorb
Subversion-revision: 120041
Shutdown procedures will be called in reverse initialization
order when Initializer.Shutdown_World is called.
All the modules that need to do special operations on shutdown
can register an appropriate function. In particular, all
modules which create tasks, should provide a shutdown procedure
to terminate them.
Updated all the sources using Register_Module to take into account
the new parameter.
Patched idlac so that it generates the new parameter.
[Imported from Perforce change 10315 at 2006-12-01 22:53:10]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37775
Use that to load the parameters before initializing anything.
[Imported from Perforce change 7589 at 2006-12-01 20:24:17]
Subversion-branch: /trunk/polyorb
Subversion-revision: 35350
are now merged into one single package: src/polyorb-utils-report
[Imported from Perforce change 6581 at 2006-12-01 19:56:02]
Subversion-branch: /trunk/polyorb
Subversion-revision: 34544
semantic dependency chain:
s-polint(spec) <- p-dsa_p-partitions(spec) <- s-polint(body)
Furthermore there is an implied elaboration dependency of
p-dsa_p-partitions (an RCI unit) upon any resource used by
Register_Pkg_Receiving_Stub. All_Receiving_Stubs must therefore
reside in the spec (not the body) of s-polint.
[Imported from Perforce change 6138 at 2006-12-01 19:51:46]
Subversion-branch: /trunk/polyorb
Subversion-revision: 34247