Subversion Repositories DevTools

Rev

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

Rev 285 Rev 287
Line 441... Line 441...
441
#   This differ between UNIX/WINDOWS
441
#   This differ between UNIX/WINDOWS
442
#
442
#
443
if ( $opt_path && $GBE_ABT)
443
if ( $opt_path && $GBE_ABT)
444
{
444
{
445
    Message( "Create Build tagfile");
445
    Message( "Create Build tagfile");
446
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
446
    my $cpath = $VIEWDIR . $opt_path;
447
    if ( -d $cpath )
447
    if ( -d $cpath )
448
    {
448
    {
449
        TouchFile ( "$cpath/.jats.packageroot" );
449
        TouchFile ( "$cpath/.jats.packageroot" );
450
    }
450
    }
451
}
451
}