From: Michael Wiebusch Date: Wed, 21 Aug 2013 11:26:41 +0000 (+0200) Subject: changed the setup and the config paths in Environment.pm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0845f89206c056afe3c3a377026a477fedde7c21;p=mvdsensorcontrol.git changed the setup and the config paths in Environment.pm --- diff --git a/Environment.pm b/Environment.pm index 649e862..d037fc1 100644 --- a/Environment.pm +++ b/Environment.pm @@ -1,7 +1,7 @@ #Import settings from environment or assign default values -use constant JTAGROOTPATH => $ENV{'JTAGROOTPATH'} || "/local.1/htdocs/jtag/"; +use constant JTAGROOTPATH => $ENV{'JTAGROOTPATH'} || "/local.1/htdocs/mvdsensorcontrol/"; use constant DAQOPSERVER => $ENV{'DAQOPSERVER'} || "localhost:7"; use constant JTAGPATH => $ENV{'JTAGPATH'} || "/local.1/jtag_mvd/soft/toolbox/jtag_atomic/"; @@ -11,8 +11,8 @@ use constant EVENTBUILDERPATH => $ENV{'EVENTBUILDERPATH'} || "/local.1/bastelstu use constant TEMPDIR => JTAGROOTPATH."temp/"; -use constant SETUPDIR => JTAGROOTPATH."setup/"; -use constant CONFDIR => JTAGROOTPATH."config/"; +use constant SETUPDIR => JTAGROOTPATH."../mvdconfig/setup/"; +use constant CONFDIR => JTAGROOTPATH."../mvdconfig/config/"; use constant SPECDIR => JTAGROOTPATH."specs/"; use constant PICTUREPATH => TEMPDIR."prevImgs/"; #path for images on webserver (absolute path) use constant PICTUREPATHREL => "../temp/prevImgs/"; #path for images on webserver relative to tools/