Commit 75492fe870b14ea8af6ee713d232d8d849fe98cf

Authored by Benjamin Renard
1 parent 97638f04

Remove some obsoletes files + Put all locata data in LocalData directorie

.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
... ... @@ -1,4 +0,0 @@
1   -# Ignore everything in this directory
2   -*
3   -# Except this file
4   -!.gitignore
generic_data/Plot/DD_Request.res deleted
... ... @@ -1,4 +0,0 @@
1   -portrait
2   -38 ;Color Table
3   -triplex ;Font
4   -1000 ; ppp
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  
... ...