[Jarspy-commits] CVS: JarSpy-htdocs buttons.html,1.22,1.23 intellijPlugin.php,1.3,1.4
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2003-01-26 00:02:28
|
Update of /cvsroot/jarspy/JarSpy-htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv22554
Modified Files:
buttons.html intellijPlugin.php
Log Message:
Index: buttons.html
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/buttons.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** buttons.html 13 Dec 2002 03:20:35 -0000 1.22
--- buttons.html 26 Jan 2003 00:02:25 -0000 1.23
***************
*** 38,41 ****
--- 38,49 ----
<tr VALIGN=CENTER>
+ <td HEIGHT="21"> <a href="intellijPlugin.php" target="mainFrameWindow" class="nav">intellij plugin</a></td>
+ </tr>
+
+ <tr>
+ <td BGCOLOR="#505570"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+
+ <tr VALIGN=CENTER>
<td HEIGHT="21"> <a href="main-screen-shot.php" target="mainFrameWindow" class="nav">screen shots</a></td>
</tr>
Index: intellijPlugin.php
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/intellijPlugin.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** intellijPlugin.php 25 Jan 2003 23:58:45 -0000 1.3
--- intellijPlugin.php 26 Jan 2003 00:02:25 -0000 1.4
***************
*** 11,16 ****
<p>
A JarSpy plugin for <a href="http://www.intellij.com/" target="_top">IntelliJ IDEA</a> is
! in development. Click <a href="jarspy-plugin.jar">here</a> to download
! the latest plugin release.
<p>
--- 11,16 ----
<p>
A JarSpy plugin for <a href="http://www.intellij.com/" target="_top">IntelliJ IDEA</a> is
! in development. Click <a href="intellijPlugin/jarspy-plugin.jar">here</a> to download
! the latest plugin release (build 26).
<p>
|