00001 * 00002 /*! 00003 * @file ./dist-doc.sh 00004 * 00005 * @brief Distribute Boot JVM documentation package. 00006 * 00007 * Make @e sure to have performed the final build by running 00008 * @link ./clean.sh clean.sh all@endlink followed by 00009 * @link ./build.sh build.sh all@endlink. This will guarantee 00010 * that everything compiles clean and may be installed and 00011 * run on all platforms of this CPU type. 00012 * 00013 * Use @link ./dist-src.sh dist-src.sh@endlink to distribute 00014 * the source package. 00015 * 00016 * Use @link ./dist-bin.sh dist-bin.sh@endlink to distribute 00017 * the binary package. 00018 * 00019 * @see @link ./common.sh ./common.sh@endlink 00020 * 00021 * @attention Make @e sure that all Eclipse project files are in 00022 * the "open" state when creating a distribution. 00023 * This will ensure immediate access to them by 00024 * Eclipse users without having to change anything. 00025 * 00026 * 00027 * @todo A Windows .BAT version of this script needs to be written 00028 * 00029 * 00030 * @section Control 00031 * 00032 * \$URL: https://svn.apache.org/path/name/dist-doc.sh $ \$Id: dist-doc.sh 0 09/28/2005 dlydick $ 00033 * 00034 * Copyright 2005 The Apache Software Foundation 00035 * or its licensors, as applicable. 00036 * 00037 * Licensed under the Apache License, Version 2.0 ("the License"); 00038 * you may not use this file except in compliance with the License. 00039 * You may obtain a copy of the License at 00040 * 00041 * http://www.apache.org/licenses/LICENSE-2.0 00042 * 00043 * Unless required by applicable law or agreed to in writing, 00044 * software distributed under the License is distributed on an 00045 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 00046 * either express or implied. 00047 * 00048 * See the License for the specific language governing permissions 00049 * and limitations under the License. 00050 * 00051 * @version \$LastChangedRevision: 0 $ 00052 * 00053 * @date \$LastChangedDate: 09/28/2005 $ 00054 * 00055 * @author \$LastChangedBy: dlydick $ 00056 * Original code contributed by Daniel Lydick on 09/28/2005. 00057 * 00058 * @section Reference 00059 * 00060 */ /* 00061 * (Use #! and #/ with dox_filter.sh to fool Doxygen into 00062 * parsing this non-source text file for the documentation set. 00063 * Use the above open comment to force termination of parsing 00064 * since it is not a Doxygen-style 'C' comment.) 00065 * 00066 * 00067 *################################################################## 00068 * 00069 * Script setup. 00070 * 00071 * Suppress attempts to interrupt 00072 *################################################################## 00073 * 00074 * Clean up everything and rebuild it. 00075 * 00076 * Use same target as source distribution for original docs, 00077 * that is, they will _not_ be changed. 00078 * Time stamp all files together 00079 *################################################################## 00080 * 00081 * Done. 00082 * 00083 * 00084 * EOF 00085