Rev 1088 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1086 |
rsolanki |
1 |
$MAKELIB_PL = "$ENV{ GBE_TOOLS }/makelib.pl";
|
|
|
2 |
$BUILDLIB_PL = "$ENV{ GBE_TOOLS }/buildlib.pl";
|
|
|
3 |
require "$BUILDLIB_PL";
|
|
|
4 |
require "$MAKELIB_PL";
|
|
|
5 |
BuildPlatforms ( 'WIN32', 'JAVA,--Version=1.5' );
|
|
|
6 |
BuildName ( 'generate_release_notes 1.0.0000 cr', '1.0.0000' );
|
|
|
7 |
BuildSnapshot ();
|
|
|
8 |
BuildAccessPerms();
|
|
|
9 |
BuildReleaseFile( "$BUILDNAME", 'generate_release_notes/1.0.0000.cr' );
|
|
|
10 |
BuildInterface ( 'local' );
|
|
|
11 |
BuildInterface ( 'interface' );
|
|
|
12 |
BuildDescpkg ();
|
|
|
13 |
BuildVersion ();
|
|
|
14 |
BuildMake ();
|
|
|
15 |
|