Update library use statement to use the libdir marker (which gets updated

during the configure/install step) instead of hardcoded paths.
bug 312958
This commit is contained in:
bear%code-bear.com 2005-12-01 07:17:12 +00:00
parent c33ea46121
commit bbcb9be4f1
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,13 @@
2005-12-01 Mike Taylor <bear@code-bear.com>
* src/lib/VCDisplay/ViewCVS.pm
updated tinderbox library use statement to have the #tinderbox_libdir#
marker instead of hardcoded paths
bug 312958
2005-11-25
* A pass was made thru many files to correct spelling errors and typos.
This was done mozilla-wide.
2005-10-18 Mike Taylor <bear@code-bear.com>
* ReadMe, Install
Updated to mention VC_SVN

View File

@ -9,9 +9,9 @@
# query. I would add these features into ViewCVS but I can not tell
# if the project is abandoned or not.
# $Revision: 1.1 $
# $Date: 2003/12/23 13:04:00 $
# $Author: kestes%walrus.com $
# $Revision: 1.2 $
# $Date: 2005/12/01 07:17:12 $
# $Author: bear%code-bear.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay/ViewCVS.pm,v $
# $Name: $
@ -53,13 +53,7 @@ package VCDisplay::ViewCVS;
# Load Tinderbox libraries
use lib '/home2/tbox/local_conf',
'/home2/tbox/default_conf',
'/home2/tbox/lib',
'/root/mozilla/webtools/tinderbox2/./build/local_conf',
'/root/mozilla/webtools/tinderbox2/./build/default_conf',
'/root/mozilla/webtools/tinderbox2/./build/lib';
use lib '#tinder_libdir#';
use HTMLPopUp;
use TreeData;