Commit 75492fe870b14ea8af6ee713d232d8d849fe98cf
1 parent
97638f04
Exists in
master
and in
110 other branches
Remove some obsoletes files + Put all locata data in LocalData directorie
Showing
4 changed files
with
1 additions
and
19 deletions
Show diff stats
.gitignore
... | ... | @@ -2,15 +2,8 @@ data/ |
2 | 2 | shared_data/ |
3 | 3 | generic_data/EPNResources/*.xml |
4 | 4 | generic_data/LocalData/ |
5 | -generic_data/Param/*.xml | |
6 | 5 | generic_data/RemoteData/ |
7 | 6 | generic_data/Statistics/ |
8 | -generic_data/newKernelDDBase/ | |
9 | -generic_data/ParamTemplate/ | |
10 | -generic_data/ParamInfo/*.xml | |
11 | -generic_data/DataSetInfo/ | |
12 | -generic_data/InstrumentInfo/ | |
13 | -generic_data/MissionInfo/ | |
14 | 7 | js/lib/ext |
15 | 8 | help/simu |
16 | 9 | help/auto | ... | ... |
generic_data/ParamInfo/.gitignore deleted
generic_data/Plot/DD_Request.res deleted
php/config.php
... | ... | @@ -19,7 +19,7 @@ define('BASE_PATH', IHM_SRC_DIR); |
19 | 19 | define('AMDA_IHM', IHM_SRC_DIR); |
20 | 20 | |
21 | 21 | //log for AmdaUpdate/AmdaInstall |
22 | -define('log', LOG_DIR.'LOG'); | |
22 | +define('log', IHM_SRC_DIR.'/LOG'); | |
23 | 23 | |
24 | 24 | if (is_file('amda_version.php')) require_once 'amda_version.php'; |
25 | 25 | if (is_file('errors.php')) require_once 'errors.php'; |
... | ... | @@ -109,9 +109,6 @@ define('wsdl_AMDA', webAlias."public/wsdl/Methods_AMDA.wsdl"); |
109 | 109 | |
110 | 110 | define('DD_WSDL',DDSERVICE.'/dd.wsdl'); |
111 | 111 | |
112 | -// AKKA - KERNELBIN is now the new kernel bin dir | |
113 | -define('KERNELBIN',NEWKERNEL_INSTALL_DIR.'bin/'); | |
114 | - | |
115 | 112 | putenv("LD_LIBRARY_PATH=".COTS_BASE_DIR."/lib:/lib:/usr/local/lib:/usr/local/lib64"); |
116 | 113 | putenv("PATH=./:".COTS_BASE_DIR."/bin:/bin:/usr/bin:/usr/local/bin:".IHM_SRC_DIR."/php/bin"); |
117 | 114 | ... | ... |