Subversion Repositories DevTools

Rev

Rev 4536 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";

# Build with 1.4
#   Its is the lowest common denominator for our build machines
#   Some of the database support jars require java 1.6
#   Magic happens within java and its calls loader
#   The search order in the manifest allows the 1.6 to pick up ojdbc6.jar 
#   but Java 1.4 to use classes12.jar
#
#   classes12.jar has reduced functionality including no support for 
#                 Proxy Athentication as used by the build system
#
BuildPlatforms  ( 'JAVA,--Version=1.4');
BuildName       ( 'jats_java 1.0.0000 cr' );

BuildInterface  ( 'interface' );
BuildDescpkg    ();
BuildMake       ();