X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FGenerated.pm.in;h=77a49d9a4e28f735f27fca710c22e57ca13023e9;hb=ed022ff91d69fd1258250cb027c4c1f17e1b5b10;hp=ac15bdea41885f14748a3268481fc2b96cf06397;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/lib/RT/Generated.pm.in b/rt/lib/RT/Generated.pm.in index ac15bdea4..77a49d9a4 100644 --- a/rt/lib/RT/Generated.pm.in +++ b/rt/lib/RT/Generated.pm.in @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -51,6 +51,7 @@ use warnings; use strict; our $VERSION = '@RT_VERSION_MAJOR@.@RT_VERSION_MINOR@.@RT_VERSION_PATCH@'; +our ($MAJOR_VERSION, $MINOR_VERSION, $REVISION) = $VERSION =~ /^(\d)\.(\d)\.(\d+)/; @DATABASE_ENV_PREF@ @@ -59,12 +60,15 @@ $EtcPath = '@RT_ETC_PATH@'; $BinPath = '@RT_BIN_PATH@'; $SbinPath = '@RT_SBIN_PATH@'; $VarPath = '@RT_VAR_PATH@'; +$FontPath = '@RT_FONT_PATH@'; $LexiconPath = '@RT_LEXICON_PATH@'; +$StaticPath = '@RT_STATIC_PATH@'; $PluginPath = '@RT_PLUGIN_PATH@'; $LocalPath = '@RT_LOCAL_PATH@'; $LocalEtcPath = '@LOCAL_ETC_PATH@'; $LocalLibPath = '@LOCAL_LIB_PATH@'; $LocalLexiconPath = '@LOCAL_LEXICON_PATH@'; +$LocalStaticPath = '@LOCAL_STATIC_PATH@'; $LocalPluginPath = '@LOCAL_PLUGIN_PATH@'; # $MasonComponentRoot is where your rt instance keeps its mason html files $MasonComponentRoot = '@MASON_HTML_PATH@';