Subversion Repositories DevTools

Rev

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

Rev 4543 Rev 4619
Line 3... Line 3...
3
require         "$BUILDLIB_PL";
3
require         "$BUILDLIB_PL";
4
require         "$MAKELIB_PL";
4
require         "$MAKELIB_PL";
5
 
5
 
6
# Build with 1.4
6
# Build with 1.4
7
#   Its is the lowest common denominator for our build machines
7
#   Its is the lowest common denominator for our build machines
8
#   Some of the database support jars require java 1.6
-
 
9
#   Magic happens within java and its calls loader
-
 
10
#   The search order in the manifest allows the 1.6 to pick up ojdbc6.jar 
-
 
11
#   but Java 1.4 to use classes12.jar
-
 
12
#
8
#
13
#   classes12.jar has reduced functionality including no support for 
-
 
14
#                 Proxy Athentication as used by the build system
-
 
15
#
9
#
16
BuildPlatforms  ( 'JAVA,--Version=1.4');
10
BuildPlatforms  ( 'JAVA,--Version=1.4');
17
BuildName       ( 'jats_java 1.0.0000 cr' );
11
BuildName       ( 'jats_java 2.0.0000 cr' );
18
 
12
 
19
BuildInterface  ( 'interface' );
13
BuildInterface  ( 'interface' );
-
 
14
 
20
BuildDescpkg    ();
15
BuildDescpkg    ();
21
BuildMake       ();
16
BuildMake       ();
22
 
17