[Jarspy-commits] CVS: JarSpy-htdocs contributors.php,1.2,1.3 cvs.php,1.1,1.2 features.php,1.2,1.3 in
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-05-13 01:49:36
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv17789 Modified Files: contributors.php cvs.php features.php intellijPlugin.php jarspy.php license.php main-screen-shot.php Log Message: upgraded bbclone Index: contributors.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/contributors.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contributors.php 11 May 2003 16:34:54 -0000 1.2 --- contributors.php 13 May 2003 01:49:32 -0000 1.3 *************** *** 15,19 **** <? DEFINE ("_BBC_PAGE_NAME", "Contributors"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 15,19 ---- <? DEFINE ("_BBC_PAGE_NAME", "Contributors"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: cvs.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/cvs.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cvs.php 14 Nov 2002 23:48:12 -0000 1.1 --- cvs.php 13 May 2003 01:49:33 -0000 1.2 *************** *** 22,26 **** <? DEFINE ("_BBC_PAGE_NAME", "CVS"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 22,26 ---- <? DEFINE ("_BBC_PAGE_NAME", "CVS"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: features.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/features.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** features.php 14 Nov 2002 23:45:09 -0000 1.2 --- features.php 13 May 2003 01:49:33 -0000 1.3 *************** *** 65,69 **** <? DEFINE ("_BBC_PAGE_NAME", "Features"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 65,69 ---- <? DEFINE ("_BBC_PAGE_NAME", "Features"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: intellijPlugin.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/intellijPlugin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** intellijPlugin.php 1 May 2003 00:36:39 -0000 1.7 --- intellijPlugin.php 13 May 2003 01:49:33 -0000 1.8 *************** *** 33,37 **** <? DEFINE ("_BBC_PAGE_NAME", "IntelliJ IDEA Plugin"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 33,37 ---- <? DEFINE ("_BBC_PAGE_NAME", "IntelliJ IDEA Plugin"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** jarspy.php 29 Apr 2003 01:49:53 -0000 1.13 --- jarspy.php 13 May 2003 01:49:33 -0000 1.14 *************** *** 46,50 **** <? DEFINE ("_BBC_PAGE_NAME", "Main Page"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 46,50 ---- <? DEFINE ("_BBC_PAGE_NAME", "Main Page"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: license.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/license.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** license.php 15 Nov 2002 00:05:17 -0000 1.1 --- license.php 13 May 2003 01:49:33 -0000 1.2 *************** *** 362,366 **** <? DEFINE ("_BBC_PAGE_NAME", "License"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 362,366 ---- <? DEFINE ("_BBC_PAGE_NAME", "License"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) Index: main-screen-shot.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/main-screen-shot.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main-screen-shot.php 1 May 2003 00:43:44 -0000 1.2 --- main-screen-shot.php 13 May 2003 01:49:33 -0000 1.3 *************** *** 62,66 **** <? DEFINE ("_BBC_PAGE_NAME", "Screenshots"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 62,66 ---- <? DEFINE ("_BBC_PAGE_NAME", "Screenshots"); ! DEFINE ("_BBCLONE_DIR", "bbclone-0.31/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) |