From: Lars K?h. <lk...@us...> - 2003-12-28 09:42:52
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv19185/xdocs Modified Files: index.xml Log Message: fixed spelling Index: index.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 15 Sep 2003 05:57:50 -0000 1.2 +++ index.xml 28 Dec 2003 09:42:48 -0000 1.3 @@ -8,10 +8,10 @@ <section name="What is it?"> <p> Clirr is a tool that checks Java libraries for binary compatibility -with older releases. Basically you give it two +with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public api. The Clirr Ant task can be configured to break the build if it detects -incompatible api changes. In a continuos integration process Clirr can +incompatible api changes. In a continuous integration process Clirr can automatically prevent accidental introduction of binary compatibility problems. </p> |