Subversion Repositories DevTools

Rev

Rev 4763 | Rev 4848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4763 Rev 4788
Line 12... Line 12...
12
BuildInterface  ( 'interface' );
12
BuildInterface  ( 'interface' );
13
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
13
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
14
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
14
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
15
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
15
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
16
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
16
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
-
 
17
LinkPkgArchive  ( 'ojdbc','11.2.0.4.0.0000.cots');
17
 
18
 
18
BuildDescpkg    ();
19
BuildDescpkg    ();
19
BuildVersion    ( '--Style=properties' );   
20
BuildVersion    ( '--Style=properties' );   
20
BuildMake       ();
21
BuildMake       ();
21
 
22