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