00001 * 00002 /*! 00003 * @file /home/dlydick/harmony/bootJVM/clean.sh 00004 * 00005 * @brief Remove build of Boot JVM. 00006 * 00007 * Remove a build of a component of the project. This either means to 00008 * remove compiled object code and either remove a static library 00009 * archive file or a linked binary, or to remove generated documentation. 00010 * 00011 * The main body of logic for this script is found in 00012 * @link common.sh common.sh@endlink. 00013 * 00014 * @see @link ./build.sh ./build.sh@endlink 00015 * 00016 * @see @link ./common.sh ./common.sh@endlink 00017 * 00018 * @see @link jvm/clean.sh jvm/clean.sh@endlink 00019 * 00020 * @see @link libjvm/clean.sh libjvm/clean.sh@endlink 00021 * 00022 * @see @link main/clean.sh main/clean.sh@endlink 00023 * 00024 * @see @link test/clean.sh test/clean.sh@endlink 00025 * 00026 * @see @link jni/src/harmony/generic/0.0/clean.sh 00027 * jni/src/harmony/generic/0.0/clean.sh@endlink 00028 * 00029 * 00030 * @todo A Windows .BAT version of this script needs to be written 00031 * 00032 * 00033 * @section Control 00034 * 00035 * \$URL: https://svn.apache.org/path/name/clean.sh $ \$Id: clean.sh 0 09/28/2005 dlydick $ 00036 * 00037 * Copyright 2005 The Apache Software Foundation 00038 * or its licensors, as applicable. 00039 * 00040 * Licensed under the Apache License, Version 2.0 ("the License"); 00041 * you may not use this file except in compliance with the License. 00042 * You may obtain a copy of the License at 00043 * 00044 * http://www.apache.org/licenses/LICENSE-2.0 00045 * 00046 * Unless required by applicable law or agreed to in writing, 00047 * software distributed under the License is distributed on an 00048 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 00049 * either express or implied. 00050 * 00051 * See the License for the specific language governing permissions 00052 * and limitations under the License. 00053 * 00054 * @version \$LastChangedRevision: 0 $ 00055 * 00056 * @date \$LastChangedDate: 09/28/2005 $ 00057 * 00058 * @author \$LastChangedBy: dlydick $ 00059 * Original code contributed by Daniel Lydick on 09/28/2005. 00060 * 00061 * @section Reference 00062 * 00063 */ /* 00064 * (Use #! and #/ with dox_filter.sh to fool Doxygen into 00065 * parsing this non-source text file for the documentation set. 00066 * Use the above open comment to force termination of parsing 00067 * since it is not a Doxygen-style 'C' comment.) 00068 * 00069 * 00070 *################################################################## 00071 * 00072 * Invoke common code. 00073 * 00074 *################################################################## 00075 * 00076 * Done. 00077 * 00078 * 00079 * EOF 00080