Update of /cvsroot/codestriker/CVSROOT
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18026
Modified Files:
checkoutlist log_accum.pl
Log Message:
Update for CodestrikerClient.pm in CVSROOT
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/codestriker/CVSROOT/log_accum.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- log_accum.pl 3 Nov 2004 00:50:30 -0000 1.1
+++ log_accum.pl 3 Nov 2004 21:49:25 -0000 1.2
@@ -73,7 +73,7 @@
$SUBJECT_PRE = 'CVS update:';
# Codestriker-specific imports.
-use lib '/home/groups/c/co/codestriker/bin';
+use lib '/cvsroot/codestriker/CVSROOT';
use CodestrikerClient;
# Codestriker specific parameters for topic creation.
Index: checkoutlist
===================================================================
RCS file: /cvsroot/codestriker/CVSROOT/checkoutlist,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- checkoutlist 3 Nov 2004 21:46:15 -0000 1.4
+++ checkoutlist 3 Nov 2004 21:49:25 -0000 1.5
@@ -14,3 +14,4 @@
avail
commit_prep.pl
log_accum.pl
+CodestrikerClient.pm
|