mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-28 17:57:22 +03:00
parent
3805f5380d
commit
801f9cf27f
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,8 +15,10 @@ src/nebula/oned
|
||||
share/doc/one/html
|
||||
|
||||
*.class
|
||||
src/oca/java/bin
|
||||
src/oca/java/jar
|
||||
src/oca/java/share/doc
|
||||
src/oca/java/java-oca*.tar.gz
|
||||
|
||||
src/sunstone/public/.sass-cache
|
||||
src/sunstone/public/node_modules
|
||||
|
@ -16,6 +16,8 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
set -e
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# DIR DEFINITIONS
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -117,7 +119,10 @@ do_clean()
|
||||
mkdir -p $BIN_DIR
|
||||
|
||||
find share/examples -name '*.class' -delete
|
||||
find test/ -name '*.class' -delete
|
||||
|
||||
if [ -d test/ ]; then
|
||||
find test/ -name '*.class' -delete
|
||||
fi
|
||||
|
||||
echo "Cleaning javadoc files..."
|
||||
rm -rf $DOC_DIR > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user