3 |
|
|
4 |
rem ### Root directory of the libs only XULU depends on ##### |
rem ### Root directory of the libs only XULU depends on ##### |
5 |
set LIB_ROOT="lib" |
set LIB_ROOT="lib" |
6 |
|
set DIST_ROOT="dist" |
7 |
|
rem set DIST_ROOT="lib\xulu" |
8 |
|
|
9 |
rem ### Root directory of the libs also SCHMITZM depends on ##### |
rem ### Root directory of the libs also SCHMITZM depends on ##### |
10 |
rem --> All libs were moved from SCHMITZM to XULU |
rem --> All libs were moved from SCHMITZM to XULU |
14 |
rem ################################################################### |
rem ################################################################### |
15 |
rem ############# Xulu library paths and parameters ############### |
rem ############# Xulu library paths and parameters ############### |
16 |
rem ################################################################### |
rem ################################################################### |
17 |
set XULU_LIB=%LIB_ROOT%\xulu\XuluModellingPlatform.jar |
set XULU_LIB=%DIST_ROOT%\xulu.jar |
18 |
if "%1"=="/useXuluJar" set XULU_LIB=%LIB_ROOT%\xulu\XuluModellingPlatform.jar |
if "%1"=="/useXuluJar" set XULU_LIB=%DIST_ROOT%\xulu.jar |
19 |
if "%1"=="/useXuluClasses" set XULU_LIB=classes |
if "%1"=="/useXuluClasses" set XULU_LIB=classes |
20 |
|
|
21 |
set XULU_REGISTRY=registry.xif |
set XULU_REGISTRY=registry.xif |