$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";

BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug' );
BuildPlatforms  ( 'WIN32,--OnlyProd' );

BuildName       ( 'buildtool 19.2.0000 cr' );

BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

LinkPkgArchive  ( 'gradle', '5.2.1.0000.cots' );
LinkPkgArchive  ( 'apache-ant', '1.7.0.cots' );
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
LinkPkgArchive  ( 'mavenRepository', '1.0.2000.cots' );
LinkPkgArchive  ( 'ojdbc','11.2.0.4.0.0000.cots');
LinkPkgArchive  ( 'j2ssh-maverick', '1.5.2.0000.cots' );

BuildSubDir     ('jats');
BuildDescpkg    ();
BuildVersion    ( '--Style=properties' );   
BuildMake       ();

