[Clirr-devel] CVS: clirr/core/src/site/xdoc index.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-05-11 16:19:56
|
Update of /cvsroot/clirr/clirr/core/src/site/xdoc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12211 Modified Files: index.xml Log Message: updated links to the eclipse and java pages that explain binary compatibility Index: index.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/site/xdoc/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 6 Oct 2008 22:08:23 -0000 1.1 +++ index.xml 11 May 2013 16:19:53 -0000 1.2 @@ -25,12 +25,12 @@ <ul> <li> the article - <a href="http://eclipse.org/eclipse/development/java-api-evolution.html">Evolving + <a href="http://wiki.eclipse.org/index.php/Evolving_Java-based_APIs">Evolving Java-based APIs</a> on the Eclipse web site. </li> <li> the - <a href="http://java.sun.com/docs/books/jls/second_edition/html/binaryComp.doc.html">Binary Compatibility</a> + <a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html">Binary Compatibility</a> section in the Java Language specification. </li> </ul> |