Searched defs:DIR_CLASSES (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/resource/
H A Dupgrade.bat33 set DIR_CLASSES="%SCRIPT_DIR%classes" variable
36 IF EXIST "%DIR_CLASSES%" (
37 for /F %%i in ('dir /b %DIR_CLASSES%\*.*') do goto renamePatchesFolder
42 move /-Y "%DIR_CLASSES%" "%SCRIPT_DIR%classes.disabled" > nul
43 mkdir %DIR_CLASSES%
/forgerock/opendj2-hg/resource/
H A Dupgrade.bat33 set DIR_CLASSES="%SCRIPT_DIR%classes" variable
36 IF EXIST "%DIR_CLASSES%" (
37 for /F %%i in ('dir /b %DIR_CLASSES%\*.*') do goto renamePatchesFolder
42 move /-Y "%DIR_CLASSES%" "%SCRIPT_DIR%classes.disabled" > nul
43 mkdir %DIR_CLASSES%
/forgerock/opendj-v3/opendj-server-legacy/resource/
H A Dupgrade.bat46 set DIR_CLASSES="%INSTANCE_ROOT%\classes" variable
49 IF EXIST "%DIR_CLASSES%" (
50 for /F %%i in ('dir /b %DIR_CLASSES%\*.*') do goto renamePatchesFolder
55 move /-Y "%DIR_CLASSES%" "%INSTANCE_ROOT%\classes.disabled" > nul
56 mkdir %DIR_CLASSES%

Completed in 281 milliseconds