Subversion Repositories DevTools

Rev

Rev 3856 | Rev 3893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3856 Rev 3890
Line 349... Line 349...
349
    'FinRun'                => 'SkipBuildFileCheck,SelectProjectBase=MASS_Dev_Bus/Financial',
349
    'FinRun'                => 'SkipBuildFileCheck,SelectProjectBase=MASS_Dev_Bus/Financial',
350
    'olstxnstream'          => 'SelectProjectBase=MASS_Dev_Infra/core_olstxnstream',
350
    'olstxnstream'          => 'SelectProjectBase=MASS_Dev_Infra/core_olstxnstream',
351
 
351
 
352
    'product'               => 'SkipBuildFileCheck,SelectProjectBase=MASS_Dev_Bus/Product',
352
    'product'               => 'SkipBuildFileCheck,SelectProjectBase=MASS_Dev_Bus/Product',
353
    'oracen-bei-patch'      => 'RetainCompressed',
353
    'oracen-bei-patch'      => 'RetainCompressed',
-
 
354
    'oracen-patch'          => 'RetainCompressed',
354
    'pcv'                   => 'IgnoreMakeProject',
355
    'pcv'                   => 'IgnoreMakeProject',
355
    'summarisation'         => 'SkipBuildFileCheck',
356
    'summarisation'         => 'SkipBuildFileCheck',
356
    'AVMApplicationEngine'  => 'IgnoreMakeProject',
357
    'AVMApplicationEngine'  => 'IgnoreMakeProject',
357
    'ESL'                   => 'IgnoreMakeProject',
358
    'ESL'                   => 'IgnoreMakeProject',
358
    'daf_br_oar'            => 'IgnoreProjectBase',         # Look OK
359
    'daf_br_oar'            => 'IgnoreProjectBase',         # Look OK
359
    'daf_br'                => 'RetainCompressed,IgnoreProjectBase,SelectProjectBase=DPG_SWBase/daf_br;DPG_SWBase/br',    # Look OK
360
    'daf_br'                => 'RetainCompressed,IgnoreProjectBase,IgnoreMakeProject,SelectProjectBase=DPG_SWBase/daf_br:DPG_SWBase/br',    # Look OK
360
    'daf_dti'               => 'IgnoreProjectBase,SelectProjectBase=DPG_SWBase/dti;DPG_SWBase',
361
    'daf_dti'               => 'IgnoreProjectBase,SelectProjectBase=DPG_SWBase/dti;DPG_SWBase',
361
    'OcpGui'                => 'IgnoreMakeProject',
362
    'OcpGui'                => 'IgnoreMakeProject',
362
    'ssu5000'               => 'ForceProjectBase=/DPG_SWCode',
363
    'ssu5000'               => 'ForceProjectBase=/DPG_SWCode',
363
 
-
 
-
 
364
    'obftp'                 => 'IgnoreMakeProject,IgnoreProjectBase,ForceProjectBase=/DPG_SWCode',
-
 
365
    'saftp'                 => 'IgnoreProjectBase,ForceProjectBase=/DPG_SWCode',
-
 
366
    'PFTPp'                 => 'IgnoreMakeProject,ForceProjectBase=/DPG_SWCode',        # Need to test
-
 
367
    'ocp5000'               => 'ForceProjectBase=/DPG_SWCode,RetainCompressed,IgnoreMakeProject', # Need to test
-
 
368
    'SPOS'                  => 'ForceProjectBase=/DPG_SWCode',
364
 
369
 
-
 
370
    'gak6000'               => 'ForceProjectBase=/DPG_SWCode',
-
 
371
    'gak5000'               => 'ForceProjectBase=/DPG_SWCode,IgnoreProjectBase',
-
 
372
    'hcp6000'               => 'ForceProjectBase=/DPG_SWCode,RetainCompressed',
-
 
373
    'tp6000'                => 'ForceProjectBase=/DPG_SWCode,RetainCompressed',
-
 
374
    'vcp6000'               => 'ForceProjectBase=/DPG_SWCode,RetainCompressed',
-
 
375
    'agents_unit'           => 'ForceProjectBase=/DPG_SWCode,RetainCompressed',
365
 
376
 
366
 
377
 
367
    'icl'                   => 'IgnoreProjectBase,',
378
    'icl'                   => 'IgnoreProjectBase,',
368
    'itso'                  => 'IgnoreProjectBase,',
379
    'itso'                  => 'IgnoreProjectBase,',
369
#    'daf_osa_mos'           => 'IgnoreProjectBase,',
380
#    'daf_osa_mos'           => 'IgnoreProjectBase,',
Line 4010... Line 4021...
4010
    foreach my $bf ( @buildfiles )
4021
    foreach my $bf ( @buildfiles )
4011
    {
4022
    {
4012
        my $bdir = $bf->{dir};
4023
        my $bdir = $bf->{dir};
4013
        my $bname = $bf->{name};
4024
        my $bname = $bf->{name};
4014
        my $bversion = $bf->{version};
4025
        my $bversion = $bf->{version};
-
 
4026
        next unless ( defined($bname) );
4015
Information ("BuildFiles: $bname, $bversion : $bdir");
4027
Information ("BuildFiles: $bname, $bversion : $bdir");
4016
 
4028
 
4017
        if ( exists ($data{$bname}{count}) && ($data{$bname}{count} >= 1) )
4029
        if ( exists ($data{$bname}{count}) && ($data{$bname}{count} >= 1) )
4018
        {
4030
        {
4019
            Warning ("MultipleBuildFiles for $bname ($bversion)");
4031
            Warning ("MultipleBuildFiles for $bname ($bversion)");