diff --git a/workspace/ecosystems/desert/directories.py b/workspace/ecosystems/desert/directories.py index b9d886d..a57902c 100644 --- a/workspace/ecosystems/desert/directories.py +++ b/workspace/ecosystems/desert/directories.py @@ -6,7 +6,7 @@ # # \file directories.py # \brief Directories configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # \date 2001-2005 # \author Nevrax @@ -194,12 +194,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag" VegetSetExportDirectory = CommonPath + "/veget_set" # Ligo directories -LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName -LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs" -LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones" -LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos" -LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb" -LigoTagExportDirectory = CommonPath + "/ligo_tag" +LigoEcosystemExportDirectory = CommonPath + "/ligo_es" +LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs" +LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones" +LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos" +LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb" +LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag" # Zone directories ZoneExportDirectory = CommonPath + "/zone" diff --git a/workspace/ecosystems/desert/process.py b/workspace/ecosystems/desert/process.py index 99c7d5d..746ef46 100644 --- a/workspace/ecosystems/desert/process.py +++ b/workspace/ecosystems/desert/process.py @@ -6,7 +6,7 @@ # # \file config.py # \brief Process configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # Python port of game data build pipeline. # Process configuration for 'desert' ecosystem. diff --git a/workspace/ecosystems/jungle/directories.py b/workspace/ecosystems/jungle/directories.py index a48abea..923794b 100644 --- a/workspace/ecosystems/jungle/directories.py +++ b/workspace/ecosystems/jungle/directories.py @@ -6,7 +6,7 @@ # # \file directories.py # \brief Directories configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # \date 2001-2005 # \author Nevrax @@ -198,12 +198,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag" VegetSetExportDirectory = CommonPath + "/veget_set" # Ligo directories -LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName -LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs" -LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones" -LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos" -LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb" -LigoTagExportDirectory = CommonPath + "/ligo_tag" +LigoEcosystemExportDirectory = CommonPath + "/ligo_es" +LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs" +LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones" +LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos" +LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb" +LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag" # Zone directories ZoneExportDirectory = CommonPath + "/zone" diff --git a/workspace/ecosystems/jungle/process.py b/workspace/ecosystems/jungle/process.py index 5bdc3b9..c17150c 100644 --- a/workspace/ecosystems/jungle/process.py +++ b/workspace/ecosystems/jungle/process.py @@ -6,7 +6,7 @@ # # \file config.py # \brief Process configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # Python port of game data build pipeline. # Process configuration for 'jungle' ecosystem. diff --git a/workspace/ecosystems/lacustre/directories.py b/workspace/ecosystems/lacustre/directories.py index 00f65c1..630eb4d 100644 --- a/workspace/ecosystems/lacustre/directories.py +++ b/workspace/ecosystems/lacustre/directories.py @@ -6,7 +6,7 @@ # # \file directories.py # \brief Directories configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # \date 2001-2005 # \author Nevrax @@ -206,12 +206,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag" VegetSetExportDirectory = CommonPath + "/veget_set" # Ligo directories -LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName -LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs" -LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones" -LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos" -LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb" -LigoTagExportDirectory = CommonPath + "/ligo_tag" +LigoEcosystemExportDirectory = CommonPath + "/ligo_es" +LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs" +LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones" +LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos" +LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb" +LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag" # Zone directories ZoneExportDirectory = CommonPath + "/zone" diff --git a/workspace/ecosystems/lacustre/process.py b/workspace/ecosystems/lacustre/process.py index 3d040f9..57e09cf 100644 --- a/workspace/ecosystems/lacustre/process.py +++ b/workspace/ecosystems/lacustre/process.py @@ -6,7 +6,7 @@ # # \file config.py # \brief Process configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # Python port of game data build pipeline. # Process configuration for 'lacustre' ecosystem. diff --git a/workspace/ecosystems/primes_racines/directories.py b/workspace/ecosystems/primes_racines/directories.py index b1dd595..a302ee4 100644 --- a/workspace/ecosystems/primes_racines/directories.py +++ b/workspace/ecosystems/primes_racines/directories.py @@ -6,7 +6,7 @@ # # \file directories.py # \brief Directories configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # \date 2001-2005 # \author Nevrax @@ -191,12 +191,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag" VegetSetExportDirectory = CommonPath + "/veget_set" # Ligo directories -LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName -LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs" -LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones" -LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos" -LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb" -LigoTagExportDirectory = CommonPath + "/ligo_tag" +LigoEcosystemExportDirectory = CommonPath + "/ligo_es" +LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs" +LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones" +LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos" +LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb" +LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag" # Zone directories ZoneExportDirectory = CommonPath + "/zone" diff --git a/workspace/ecosystems/primes_racines/process.py b/workspace/ecosystems/primes_racines/process.py index cc23758..e42ae9e 100644 --- a/workspace/ecosystems/primes_racines/process.py +++ b/workspace/ecosystems/primes_racines/process.py @@ -6,7 +6,7 @@ # # \file config.py # \brief Process configuration -# \date 2010-09-19-14-19-GMT +# \date 2014-02-06-23-18-GMT # \author Jan Boon (Kaetemi) # Python port of game data build pipeline. # Process configuration for 'primes_racines' ecosystem.