From: Dave B. <bla...@us...> - 2012-03-16 11:36:14
|
Update of /cvsroot/sblim/jsr48-client/src In directory vz-cvs-3.sog:/tmp/cvs-serv16290/src Modified Files: Tag: Experimental overview.html Log Message: 3505681 - Add detailed release history HTML Index: overview.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/overview.html,v retrieving revision 1.9.2.11 retrieving revision 1.9.2.12 diff -u -d -r1.9.2.11 -r1.9.2.12 --- overview.html 4 Jan 2012 15:48:51 -0000 1.9.2.11 +++ overview.html 16 Mar 2012 11:36:11 -0000 1.9.2.12 @@ -21,6 +21,7 @@ * 2799260 2009-06-01 raman_arora Fix left over @author tag from Java5 upgrade * 3001243 2010-05-13 blaschke-oss Overview HTML out of date * 3469427 2012-01-04 blaschke-oss Fix broken HTML links + * 3505681 2012-03-16 blaschke-oss Add detailed release history HTML --> </head> <body style="background-color: white;"> @@ -60,6 +61,7 @@ <h2>Deep dive documents</h2> <ul> + <li><em><a href="org/sblim/cimclient/doc-files/history.html">Release history</a></em>: Details of SBLIM CIM Client for Java's release history including new features and disruptive changes.</li> <li><em><a href="org/sblim/cimclient/doc-files/bestpractise.html">Best practices</a></em>: Best practices for using the SBLIM CIM Client for Java.</li> <li><em><a href="org/sblim/cimclient/doc-files/embedded.html">Embedded Objects</a></em>: Details of the embedded object support.</li> <li><em><a href="org/sblim/cimclient/doc-files/unittest.html">Unit Test Coverage</a></em>: What is covered by our unit tests.</li> @@ -70,7 +72,7 @@ We support JREs from IBM and SUN release 1.5.x/1.6.x. In principal it should run on any platform offering a supported JRE. The library is tested on Windows on x86 systems and on Linux on x86 and POWER systems. Our exploiters -operate it it with success on zLinux and AIX. +operate it with success on zLinux and AIX. <a id="buildtime" name="buildtime" /> <h2>Build Time Requirements</h2> |