- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_component.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/ippScripts/scripts/dist_component.pl
r24434 r25022 157 157 my $image_type = get_image_type($stage, $file_rule); 158 158 159 # if we are building a clean bundleskip this rule160 next if $ clean && $image_type;159 # if this is an image and we are building a clean bundle or if quality is bad skip this rule 160 next if $image_type and ($clean or $poor_quality); 161 161 162 162 # if magic is required, don't ship jpegs or binned fits images
Note:
See TracChangeset
for help on using the changeset viewer.
