Subversion Repositories DevTools

Rev

Rev 6914 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6914 Rev 7033
Line 12... Line 12...
12
 
12
 
13
require "$ARGV[1]";
13
require "$ARGV[1]";
14
 
14
 
15
Platform( 'JAVA', '--OnlyDebug' );
15
Platform( 'JAVA', '--OnlyDebug' );
16
 
16
 
17
Src         ( '*', 'abtd.xml' );
17
Src         ( '*', 'log4j.xml' );
18
PackageFile ( '*', 'abtd.xml', "--Subdir=etc" );
18
PackageFile ( '*', 'log4j.xml', "--Subdir=etc" );
19
 
19
 
20
Src         ( '*', 'abtlaunch.bat' );
20
Src         ( '*', 'abtlaunch.bat' );
21
PackageFile ( '*', 'abtlaunch.bat', "--Subdir=etc" );
21
PackageFile ( '*', 'abtlaunch.bat', "--Subdir=etc" );
22
 
22
 
23
Src         ( '*', 'abtlaunch' );
23
Src         ( '*', 'abtlaunch' );