From: Dave B. <bla...@us...> - 2010-12-06 19:22:38
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6083 Modified Files: build.xml NEWS Log Message: 3109824 - Move Java link from Sun to Oracle Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.200 retrieving revision 1.201 diff -u -d -r1.200 -r1.201 --- NEWS 9 Nov 2010 22:49:15 -0000 1.200 +++ NEWS 6 Dec 2010 19:22:30 -0000 1.201 @@ -1,5 +1,6 @@ Changes in HEAD ================ +3109824 Move Java link from Sun to Oracle 3078280 Fix for a null pointer exception in 1.3.9.1 3062747 SblimCIMClient does not log all CIM-XML responces. Index: build.xml =================================================================== RCS file: /cvsroot/sblim/jsr48-client/build.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- build.xml 11 Mar 2010 15:15:30 -0000 1.41 +++ build.xml 6 Dec 2010 19:22:30 -0000 1.42 @@ -204,7 +204,7 @@ <group title="Packages containing the internal implementation" packages="org.sblim.cimclient.internal*:org.sblim.slp.internal*"/> - <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/> + <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/> <doctitle><![CDATA[<h1>SBLIM CIM Client for Java - ${Manifest.version} - Public API Specification</h1>]]></doctitle> <bottom><![CDATA[<i>Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.</i>]]></bottom> </javadoc> |