Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1701 |
mhunt |
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 |
|
|
|
6 |
BuildPlatforms ( 'JAVA,--Version=1.5', 'WIN32,--OnlyDebug' );
|
|
|
7 |
BuildName ( 'ant-apmcfg 1.0.1000 tool' );
|
|
|
8 |
BuildSnapshot ();
|
|
|
9 |
BuildAccessPerms();
|
|
|
10 |
BuildInterface ( 'local' );
|
|
|
11 |
BuildInterface ( 'interface' );
|
|
|
12 |
LinkPkgArchive ( 'apache-ant', '1.6.5.cots');
|
|
|
13 |
|
|
|
14 |
BuildDescpkg ();
|
|
|
15 |
BuildVersion ( '--Style=properties' );
|
|
|
16 |
BuildMake ();
|
|
|
17 |
|