Subversion Repositories DevTools

Rev

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

Rev 4334 Rev 6803
Line 25... Line 25...
25
#.............................................................................
25
#.............................................................................
26
# Packaging definitions
26
# Packaging definitions
27
#   Package up the entire ant distribution
27
#   Package up the entire ant distribution
28
#   It goes into the pkg subdir - largely so that it can be processed by BuildPkgArchive
28
#   It goes into the pkg subdir - largely so that it can be processed by BuildPkgArchive
29
#
29
#
30
PackageFile ('*', '--DirTree=apache-ant-1.9.2', '--StripDir', '--Subdir=pkg/ant');
30
PackageFile ('*', '--DirTree=apache-ant-1.10.5', '--StripDir', '--Subdir=pkg/ant');
31
 
31
 
32
Src         ('*', 'info.ant.generic');
32
Src         ('*', 'info.ant.generic');
33
PackageFile ('*', 'info.ant.generic', '--Gbe=INFO');
33
PackageFile ('*', 'info.ant.generic', '--Gbe=INFO');
34
 
34
 
35
#..
35
#..