Subversion Repositories DevTools

Rev

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

Rev 7004 Rev 7005
Line 1339... Line 1339...
1339
    my $last_was_comment;
1339
    my $last_was_comment;
1340
 
1340
 
1341
    #
1341
    #
1342
    #   Open the template manifest and process each line
1342
    #   Open the template manifest and process each line
1343
    #
1343
    #
1344
    print_mf( '#Start of Template from: ' . $templateMode->{'package'} );
1344
    print_mf( '# Start of Template from: ' . $templateMode->{'package'} );
1345
    my $tfile;
1345
    my $tfile;
1346
    my $line;
1346
    my $line;
1347
    open( $tfile, '<', $templateMode->{'manifest'} ) || Error ("Cound not open template manifest: $?", "File: $templateMode->{'manifest'}");
1347
    open( $tfile, '<', $templateMode->{'manifest'} ) || Error ("Cound not open template manifest: $?", "File: $templateMode->{'manifest'}");
1348
    while ( <$tfile> ) {
1348
    while ( <$tfile> ) {
1349
        $line = $_;
1349
        $line = $_;
Line 1394... Line 1394...
1394
        print_mf( $line);
1394
        print_mf( $line);
1395
        PackageManifestFile ( $aname, $atier, $test );
1395
        PackageManifestFile ( $aname, $atier, $test );
1396
 
1396
 
1397
    }
1397
    }
1398
    close $tfile;
1398
    close $tfile;
-
 
1399
    print_mf( '# End of Template from: ' . $templateMode->{'package'} );
1399
 
1400
 
1400
    #
1401
    #
1401
    #   Sanity Checks
1402
    #   Sanity Checks
1402
    #       Was an insertion point found
1403
    #       Was an insertion point found
1403
    #       Were all manifest bits used
1404
    #       Were all manifest bits used