Skip to content

Commit 53253cf

Browse files
committed
add copy .bat
1 parent 85b869e commit 53253cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/copy-client.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SET SRC_DIR=..\src\AndroidClient\android\src\main\java\net\servicestack
2+
3+
RMDIR %SRC_DIR%\client /s /q
4+
RMDIR %SRC_DIR%\func /s /q
5+
6+
XCOPY /E ..\src\AndroidClient\client\src\main\java\net\servicestack %SRC_DIR%

0 commit comments

Comments
 (0)