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