|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 3386 (0xd3a)
Types: TextFile
Names: »B«
└─⟦5829e5ed5⟧ Bits:30000534 8mm tape, Rational 1000, RCI 2_0_5
└─⟦c9a165082⟧ »DATA«
└─⟦c3895f76e⟧
└─⟦this⟧
with Compilation_Extensions;
with Extensions_Generic;
with Library_Extensions;
with Batch_Extensions;
package body All_Extensions is
package Ce renames Compilation_Extensions;
package Le renames Library_Extensions;
package Be renames Batch_Extensions;
package Extensions_Instantiation is
new Extensions_Generic (Make_Path_Preprocess => Le.Make_Path_Preprocess,
Make_Path_Postprocess =>
Le.Make_Path_Postprocess,
Destroy_View_Preprocess =>
Le.Destroy_View_Preprocess,
Destroy_View_Postprocess =>
Le.Destroy_View_Postprocess,
Import_Preprocess => Le.Import_Preprocess,
Import_Postprocess => Le.Import_Postprocess,
Remove_Import_Preprocess =>
Le.Remove_Import_Preprocess,
Remove_Import_Postprocess =>
Le.Remove_Import_Postprocess,
Release_Preprocess => Le.Release_Preprocess,
Release_Postprocess => Le.Release_Postprocess,
Link_Preprocess => Le.Link_Preprocess,
Link_Postprocess => Le.Link_Postprocess,
Promote_Preprocess => Ce.Promote_Preprocess,
Promote_Postprocess => Ce.Promote_Postprocess,
Demote_Preprocess => Ce.Demote_Preprocess,
Demote_Postprocess => Ce.Demote_Postprocess,
Retrieve_Associated_Files_Preprocess =>
Ce.Retrieve_Associated_Files_Preprocess,
Retrieve_Associated_Files_Postprocess =>
Ce.Retrieve_Associated_Files_Postprocess,
Build_Default_Target_Name =>
Ce.Build_Default_Target_Name,
Change_Remote_Context_Preprocess =>
Ce.Change_Remote_Context_Preprocess,
Change_Remote_Context_Postprocess =>
Ce.Change_Remote_Context_Postprocess,
Build_Script_Preprocess =>
Be.Build_Script_Preprocess,
Build_Script_Postprocess =>
Be.Build_Script_Postprocess,
Execute_Script_Preprocess =>
Be.Execute_Script_Preprocess,
Execute_Script_Postprocess =>
Be.Execute_Script_Postprocess,
Upload_Associated_Files_Preprocess =>
Be.Upload_Associated_Files_Preprocess,
Upload_Associated_Files_Postprocess =>
Be.Upload_Associated_Files_Postprocess);
procedure Register (Target_Key_Name : String := "") is
begin
Extensions_Instantiation.Register (Target_Key_Name);
end Register;
end All_Extensions;