Subversion Repositories DevTools

Rev

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

Rev 265 Rev 267
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
# Copyright ( C ) 2008 ERG Limited, All rights reserved
2
# Copyright ( C ) 2008 ERG Limited, All rights reserved
3
#
3
#
4
# Module name   : jats.sh
4
# Module name   : jats_save_build.pl
5
# Module type   : Makefile system
5
# Module type   : Makefile system
6
# Compiler(s)   : n/a
6
# Compiler(s)   : n/a
7
# Environment(s): jats
7
# Environment(s): jats
8
#
8
#
9
# Description   : Build Daemon Support Utility
9
# Description   : Build Daemon Support Utility
Line 17... Line 17...
17
# Note          : Intended to be backward compatible wth old (simple)
17
# Note          : Intended to be backward compatible wth old (simple)
18
#                 functionality.
18
#                 functionality.
19
#
19
#
20
# Usage:        : See POD at end of this file
20
# Usage:        : See POD at end of this file
21
#
21
#
-
 
22
#                 Preferred (new) usage:
-
 
23
#
-
 
24
#               jats etool  jats_save_build
-
 
25
#                   -infile     auto.xml/auto.pl
-
 
26
#                   -outfile    xxxdepends.xml/build.pl
-
 
27
#                   -pname      package_name
-
 
28
#                   -pversion   package_version
-
 
29
#                   -infofile   path_to_info_file
-
 
30
#                   -wiplabel   Existing WIP label (optional)
-
 
31
#
22
#......................................................................#
32
#......................................................................#
23
 
33
 
24
use strict;
34
use strict;
25
use warnings;
35
use warnings;
26
use JatsError;
36
use JatsError;