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