View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv14501/searches

Modified Files:
        jdk.xml 
Log Message:
* jdk - fixed to suit site changes (bug #827803), and made the ? suffix display the 
help popup

Index: jdk.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/jdk.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** jdk.xml     2 Nov 2002 02:53:17 -0000       1.9
--- jdk.xml     22 Oct 2003 06:49:07 -0000      1.10
***************
*** 18,22 ****
      </table>
    </description>
!   <link>http://java.sun.com/j2se/1.4/docs/api/</link>
    <category>Computers<category>Programming</category></category>
    <contributor>David Bau</contributor>
--- 18,22 ----
      </table>
    </description>
!   <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
    <category>Computers<category>Programming</category></category>
    <contributor>David Bau</contributor>
***************
*** 34,41 ****
      {
        var defpage = 'http://java.sun.com/j2se/1.4/docs/api/';
!       var version = '"v1.4.0" inurl:api intitle:';
        var args = parseArgs(q, "1.4, 1.3, all, tutorial, jls, jvm, j2ee");
!       if (q == "")
!         openSearchWindow(defpage);
        else if (args.switches.length > 1)
          nullArgs("jdk","?");
--- 34,42 ----
      {
        var defpage = 'http://java.sun.com/j2se/1.4/docs/api/';
!       var version = '"v1.4.2" inurl:api intitle:';
        var args = parseArgs(q, "1.4, 1.3, all, tutorial, jls, jvm, j2ee");
! 
!       if( nullArgs("jdk", args.q) )
!         return false;
        else if (args.switches.length > 1)
          nullArgs("jdk","?");




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to