Commit 09b7143d authored by Huang's avatar Huang
Browse files

no commit message

parent 8ac5ea16
...@@ -9,33 +9,34 @@ cd ..\ ...@@ -9,33 +9,34 @@ cd ..\
if exist .\jeespring-web\target ( if exist .\jeespring-web\target (
rmdir /s/q .\jeespring-web\target rmdir /s/q .\jeespring-web\target
del .\jeespring-web\*.iml
echo [info] del .\jeespring-web\target echo [info] del .\jeespring-web\target
) )
del .\jeespring-web\*.iml
if exist .\jeespring-mq\target ( if exist .\jeespring-mq\target (
rmdir /s/q .\jeespring-mq\target rmdir /s/q .\jeespring-mq\target
del .\jeespring-mq\*.iml
echo [info] del .\jeespring-mq\target echo [info] del .\jeespring-mq\target
) )
del .\jeespring-mq\*.iml
if exist .\jeespring-framework\target ( if exist .\jeespring-framework\target (
rmdir /s/q .\jeespring-framework\target rmdir /s/q .\jeespring-framework\target
del .\jeespring-framework\*.iml
echo [info] del .\jeespring-mq\target echo [info] del .\jeespring-mq\target
) )
del .\jeespring-framework\*.iml
if exist .\jeespring-company\target ( if exist .\jeespring-company\target (
rmdir /s/q .\jeespring-company\target rmdir /s/q .\jeespring-company\target
del .\jeespring-company\*.iml
echo [info] del .\jeespring-company\target echo [info] del .\jeespring-company\target
) )
del .\jeespring-company\*.iml
if exist .\jeespring-cms\target ( if exist .\jeespring-cms\target (
rmdir /s/q .\jeespring-cms\target rmdir /s/q .\jeespring-cms\target
del .\jeespring-cms\*.iml
echo [info] del .\jeespring-cms\target echo [info] del .\jeespring-cms\target
) )
del .\jeespring-cms\*.iml
if exist .\projectFilesBackup ( if exist .\projectFilesBackup (
rmdir /s/q .\projectFilesBackup rmdir /s/q .\projectFilesBackup
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment