-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean.bat
24 lines (13 loc) · 1 KB
/
clean.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
@call wsf_c\build\init.bat
set WSFPHP_VERSION=2.1.0
@if exist wsf_c\wso2-wsf-c-bin-%WSFC_VERSION% rmdir /S /Q wsf_c\wso2-wsf-c-bin-%WSFC_VERSION%
@if exist wso2-wsf-php-bin-%WSFPHP_VERSION%-win32 rmdir /S /Q wso2-wsf-php-bin-%WSFPHP_VERSION%-win32
@if exist wsf_c\axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32 rmdir /s /q wsf_c\axis2c\build\axis2c-bin-%AXIS2C_VERSION%-win32
@if exist wsf_c\axis2c\build\deploy rmdir /s /q wsf_c\axis2c\build\deploy
@if exist wsf_c\axis2c\build\win32\int.msvc rmdir /s /q wsf_c\axis2c\build\win32\int.msvc
@if exist wsf_c\rampartc\build\rampartc-%RAMPARTC_VERSION% rmdir /s /q wsf_c\rampartc\build\rampartc-%RAMPARTC_VERSION%
@if exist wsf_c\rampartc\build\win32\int.msvc rmdir /s /q wsf_c\rampartc\build\win32\int.msvc
@if exist wsf_c\sandesha2c\build\sandesha2 rmdir /s /q wsf_c\sandesha2c\build\sandesha2
@if exist wsf_c\sandesha2c\build\win32\int.msvc rmdir /s /q wsf_c\sandesha2c\build\win32\int.msvc
@if exist src\intdir rmdir /s /q src\intdir