Thread: [Mc4j-cvs] mc4j/doc-build Download.xml,1.5,1.6 index.xml,1.15,1.16 mc4j-docs.xsl,1.8,1.9 module.xml,
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 19:14:49
|
Update of /cvsroot/mc4j/mc4j/doc-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20162/doc-build Modified Files: Download.xml index.xml mc4j-docs.xsl module.xml Log Message: Merging EMS into head for the 2.0 release work Index: index.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/index.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.xml 19 Jan 2005 14:14:49 -0000 1.15 --- index.xml 12 Apr 2006 19:14:10 -0000 1.16 *************** *** 19,22 **** --- 19,23 ---- <section name="Introduction"> + <p> This software connects to J2EE application servers in order to expose *************** *** 25,31 **** --- 26,53 ---- monitor operation and execute tasks. </p> + <p> + Also, visit the <a href="/wiki">JMXWiki</a> to share tips about MC4J and JMX in general. + <a href="/wiki" style="float: right;"><img align="right" src="images/wiki.png" border="0"/></a> + </p> </section> <section name="News"> + <subsection name="MC4J 1.2 beta 9 released! (3/14/05)"> + <table> + <tr> + <td width="*"> + + <p> + This release is primarily to fix bugs with the WebLogic and WebSphere Studio + support. Sorry it took so long.<ul> + <li>WebLogic 6, 7 and 8.1 support fixed</li> + <li>WebSphere Studio test environment support added</li> + </ul> + </p> + + </td> + </tr> + </table> + </subsection> <subsection name="MC4J 1.2 beta 8 released! (1/18/05)"> *************** *** 239,244 **** <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver; background-color: #87ADCB"> ! <a href="http://www.pramati.com/">Sun JSAS</a></td> ! <td style="border-bottom: .75pt solid silver">8<br/></td> </tr> <tr> --- 261,266 ---- <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver; background-color: #87ADCB"> ! <a href="http://www.sun.com/appserver">Sun JSAS</a></td> ! <td style="border-bottom: .75pt solid silver">8<br/>8.1</td> </tr> <tr> Index: Download.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/Download.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Download.xml 19 Jan 2005 14:14:49 -0000 1.5 --- Download.xml 12 Apr 2006 19:14:10 -0000 1.6 *************** *** 26,29 **** --- 26,77 ---- + <subsection name="Download MC4J 1.2 beta 9 (March 14th, 2005)"> + <p> + + <a href="http://mc4j.sourceforge.net/wiki/index.php/MC4J">Known Issues</a> + <table style="border: 1pt solid silver; background-color: #DDE6E6"> + <tr> + <td colspan="2" style="font-size: 18;background-color: #6998BE">Installers</td> + </tr> + + <tr> + <td style="font-weight: bold; border-bottom: .75pt solid silver" width="200"> + <img src="images/linux.gif"/>Linux + </td> + <td style="border-bottom: .75pt solid silver"> + <a href="http://prdownloads.sourceforge.net/mc4j/MC4J12b9-Linux.bin?download">Download</a> + </td> + </tr> + + <tr> + <td style="font-weight: bold; border-bottom: .75pt solid silver"> + <img src="images/mac.gif"/>Mac OS X 10.3+ + </td> + <td style="border-bottom: .75pt solid silver"> + <a href="http://prdownloads.sourceforge.net/mc4j/MC4J-12b9-MacOSX.zip?download">Download</a> + </td> + </tr> + + <tr> + <td style="font-weight: bold; border-bottom: .75pt solid silver"> + <img src="images/win.gif"/>Windows + </td> + <td style="border-bottom: .75pt solid silver"> + <a href="http://prdownloads.sourceforge.net/mc4j/MC4J-12b9-Windows.exe?download">Download</a> + </td> + </tr> + <tr> + <td style="font-weight: bold; border-bottom: .75pt solid silver"> + <img src="images/solaris.gif"/>Other (Solaris, etc.) + </td> + <td style="border-bottom: .75pt solid silver"> + <a href="http://prdownloads.sourceforge.net/mc4j/MC4J12b9-Java.jar?download">Download</a> + </td> + </tr> + </table> + </p> + </subsection> + + <subsection name="Download MC4J 1.2 beta 8 (January 18th, 2005)"> <p> Index: mc4j-docs.xsl =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/mc4j-docs.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mc4j-docs.xsl 10 Nov 2004 15:44:59 -0000 1.8 --- mc4j-docs.xsl 12 Apr 2006 19:14:10 -0000 1.9 *************** *** 474,490 **** <xsl:choose> <xsl:when test="$module-menu != 'menu' and not(starts-with(@src,'/'))"> ! <img src="{$imgPath}/{$src}"/> </xsl:when> <xsl:when test="$module-menu = 'menu' and not(starts-with(@src, '/'))"> ! <img src="{$src}"/> </xsl:when> <xsl:when test="starts-with(@src, '/')"> ! <img src="{$rootPath}{$src}"/> </xsl:when> <xsl:otherwise> ! <img src="{$imgPath}/{$src}"/> </xsl:otherwise> </xsl:choose> --- 474,490 ---- <xsl:choose> <xsl:when test="$module-menu != 'menu' and not(starts-with(@src,'/'))"> ! <img border="0" src="{$imgPath}/{$src}"/> </xsl:when> <xsl:when test="$module-menu = 'menu' and not(starts-with(@src, '/'))"> ! <img border="0" src="{$src}"/> </xsl:when> <xsl:when test="starts-with(@src, '/')"> ! <img border="0" src="{$rootPath}{$src}"/> </xsl:when> <xsl:otherwise> ! <img border="0" src="{$imgPath}/{$src}"/> </xsl:otherwise> </xsl:choose> Index: module.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/module.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** module.xml 10 Nov 2004 15:44:59 -0000 1.11 --- module.xml 12 Apr 2006 19:14:10 -0000 1.12 *************** *** 17,20 **** --- 17,21 ---- <item name="User Guide" href="guide/index.html"/> <item name="Dashboard Guide" href="dashboard-dev/index.html"/> + <item name="JMX Wiki" href="/wiki"/> </menu> *************** *** 25,28 **** --- 26,30 ---- <item name="MX4J" href="usageMX4J.html"/> <item name="OC4J" href="usageOC4J.html"/> + <item name="SJSAS" href="usageSJAS.html"/> <item name="Tomcat" href="usageTomcat.html"/> <item name="WebLogic" href="usageWebLogic.html"/> |