temp db server
parent
34206bb713
commit
d87c35167f
|
|
@ -63,7 +63,12 @@ for /f "delims=" %%i in (list.txt) do (
|
||||||
set source_file=%target_directory%!line!
|
set source_file=%target_directory%!line!
|
||||||
set relative_path=!line:%source_prefix%=!
|
set relative_path=!line:%source_prefix%=!
|
||||||
set target_file=%target_prefix%!relative_path!
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-11!" == ".properties" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
)
|
)
|
||||||
|
|
||||||
rem Copy the source file to the target location, overwriting if necessary
|
rem Copy the source file to the target location, overwriting if necessary
|
||||||
echo Copying "!source_file!" to "!target_file!"
|
echo Copying "!source_file!" to "!target_file!"
|
||||||
xcopy /i /Y "!source_file!" "!target_file!"
|
xcopy /i /Y "!source_file!" "!target_file!"
|
||||||
|
|
|
||||||
1
list.txt
1
list.txt
|
|
@ -18,3 +18,4 @@ src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.otf
|
||||||
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff2
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff2
|
||||||
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff
|
||||||
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.otf
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.otf
|
||||||
|
src\main\resources\egovframework\egovProps\globals.properties
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 84 KiB |
Loading…
Reference in New Issue