DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦bcf039ad5⟧ TextFile

    Length: 3385 (0xd39)
    Types: TextFile
    Names: »B«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

with Batch_Extensions;
with Compilation_Extensions;
with Extensions_Generic;
with Library_Extensions;
package body All_Extensions is

    package Be renames Batch_Extensions;
    package Ce renames Compilation_Extensions;
    package Le renames Library_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_Postprocess,
                               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;