check.pl (a412ed64) | check.pl (ae5b48de) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 66 unchanged lines hidden (view full) --- 75 print "\n"; 76 77 # packaging files 78 print "check packaging files: "; 79 if (-d "$StartDir/docs") { 80 my @filelist = ( "install.html", 81 "notsupported.html","sdk_styles.css","tools.html", 82 "images/arrow-1.gif", "images/arrow-3.gif", | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 66 unchanged lines hidden (view full) --- 75 print "\n"; 76 77 # packaging files 78 print "check packaging files: "; 79 if (-d "$StartDir/docs") { 80 my @filelist = ( "install.html", 81 "notsupported.html","sdk_styles.css","tools.html", 82 "images/arrow-1.gif", "images/arrow-3.gif", |
83 "images/odk-footer-logo.gif", | 83 "images/sdk-footer-logo.png", |
84 "images/bg_table.png","images/bg_table2.png", 85 "images/bg_table3.png", "images/nav_down.png", 86 "images/nav_home.png","images/nav_left.png", 87 "images/nav_right.png","images/nav_up.png", 88 "images/sdk_head-1.png", "images/sdk_head-2.png", 89 "images/sdk_line-1.gif", "images/sdk_line-2.gif", 90 "common/ref/idl.css", "images/nada.gif", | 84 "images/bg_table.png","images/bg_table2.png", 85 "images/bg_table3.png", "images/nav_down.png", 86 "images/nav_home.png","images/nav_left.png", 87 "images/nav_right.png","images/nav_up.png", 88 "images/sdk_head-1.png", "images/sdk_head-2.png", 89 "images/sdk_line-1.gif", "images/sdk_line-2.gif", 90 "common/ref/idl.css", "images/nada.gif", |
91 "images/arrow-2.gif", "images/bluball.gif", | 91 "images/arrow-2.gif", "images/blueball.png", |
92 "images/ooo-main-app_32.png"); 93 94 foreach $i (@filelist) 95 { 96 if (! -e "$StartDir/docs/$i") { 97 $return++; 98 print "\nERROR: \"$StartDir/docs/$i\" is missing\n"; 99 } else { --- 380 unchanged lines hidden --- | 92 "images/ooo-main-app_32.png"); 93 94 foreach $i (@filelist) 95 { 96 if (! -e "$StartDir/docs/$i") { 97 $return++; 98 print "\nERROR: \"$StartDir/docs/$i\" is missing\n"; 99 } else { --- 380 unchanged lines hidden --- |