Subversion Repositories DevTools

Rev

Rev 7300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7300 Rev 7307
Line 1... Line 1...
1
#! perl
1
#! perl
2
########################################################################
2
########################################################################
3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
4
#
4
#
5
# Module name   : jats.sh
5
# Module name   : locatefiles.pl
6
# Module type   : Makefile system
6
# Module type   : Makefile system
7
# Compiler(s)   : n/a
7
# Compiler(s)   : n/a
8
# Environment(s): jats
8
# Environment(s): jats
9
#
9
#
10
# Description   : This file contains a single function
10
# Description   : This file contains a single function
Line 43... Line 43...
43
 
43
 
44
require 5.006_001;
44
require 5.006_001;
45
use strict;
45
use strict;
46
use warnings;
46
use warnings;
47
 
47
 
48
unless ( defined $::ScmWho  )
48
unless ( defined $::ComonInitDone  )
49
{
49
{
50
    die "ERROR common.pl has not been initialised\n",
50
    die "ERROR common.pl has not been initialised\n",
51
        "This is required in order to include many of the structures needed\n",
51
        "This is required in order to include many of the structures needed\n",
52
        "";
52
        "";
53
}
53
}