[Ejtools-cvs] CVS: website/content/overview details.xhtml,1.1,1.2 download.xhtml,1.1,1.2 index.xhtml
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-21 20:12:19
|
Update of /cvsroot/ejtools/website/content/overview In directory usw-pr-cvs1:/tmp/cvs-serv29975/content/overview Modified Files: details.xhtml download.xhtml index.xhtml Log Message: Remove download link Index: details.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/overview/details.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** details.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- details.xhtml 21 May 2002 20:12:16 -0000 1.2 *************** *** 1,24 **** <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Details</title> ! </head> ! ! <body> ! <h1>More about EJTools</h1> ! ! <p>The EJTools suite is composed with three tools :</p> ! ! <ul> ! <li>JNDI Browser : a tool which allows to view and interact with the ! JNDI userspace.</li> ! ! <li>JMX Browser : a tool which allows to view and interact with the ! JMX space in the JBoss J2EE Server.</li> ! ! <li>Management Tool : a partial implementation of the JSR77 API.</li> ! </ul> ! </body> </html> - - --- 1,15 ---- <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Details</title> ! </head> ! <body> ! <h1>More about EJTools</h1> ! <p>The EJTools suite is composed with three tools :</p> ! <ul> ! <li>JNDI Browser : a tool which allows to view and interact with the JNDI userspace.</li> ! <li>JMX Browser : a tool which allows to view and interact with the JMX space in the JBoss J2EE Server.</li> ! <li>Management Tool : a partial implementation of the JSR77 API.</li> ! </ul> ! </body> </html> Index: download.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/overview/download.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** download.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- download.xhtml 21 May 2002 20:12:16 -0000 1.2 *************** *** 1,17 **** <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Downloads</title> ! </head> ! ! <body> ! <h1>Downloading EJTools</h1> ! ! <p>You can download the EJTools suite from the ! <a href="http://sourceforge.net/project/showfiles.php?group_id=49088"> ! Sourceforge download pages</a> ! ! .</p> ! </body> </html> - --- 1,13 ---- <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Downloads</title> ! </head> ! <body> ! <h1>Downloading EJTools</h1> ! <p>The EJTools suite is not available for download at this moment. Stay tune for the release.</p> ! <!-- ! <p>You can download the EJTools suite from the <a href="http://sourceforge.net/project/showfiles.php?group_id=49088"> Sourceforge download pages</a>.</p> ! --> ! </body> </html> Index: index.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/overview/index.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- index.xhtml 21 May 2002 20:12:16 -0000 1.2 *************** *** 8,23 **** <h1>Welcome to the EJTools Website</h1> ! <p>EJTools is a collection of WEB-based and GUI-based tools related to ! the J2EE platform, and especially the JBoss J2EE Server. This includes a ! JNDI space browser, a JMX browser, a management application (related to ! JSR77 from SUN), a deployment application (related to JSR88 from SUN), ! and others.</p> ! ! <p>Many of the work behind EJTools is derived from what did Rickard ! Öberg with ! <a href="http://www.dreambean.com/">DreamBean</a> ! . I would like to thank him for opening my eyes on how Java should be ! coded.</p> </body> </html> - --- 8,13 ---- <h1>Welcome to the EJTools Website</h1> ! <p>EJTools is a collection of WEB-based and GUI-based tools related to the J2EE platform, and especially the JBoss J2EE Server. This includes a JNDI space browser, a JMX browser, a management application (related to JSR77 from SUN), a deployment application (related to JSR88 from SUN), and others.</p> ! <p>Many of the work behind EJTools is derived from what did Rickard Öberg with <a href="http://www.dreambean.com/">DreamBean</a>. I would like to thank him for opening my eyes on how Java should be coded.</p> </body> </html> |