[Clirr-devel] CVS: clirr pom.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2009-03-24 12:22:42
|
Update of /cvsroot/clirr/clirr In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11451 Modified Files: pom.xml Log Message: fixed spell check errors in eclipse Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pom.xml 6 Oct 2008 21:17:45 -0000 1.3 +++ pom.xml 24 Mar 2009 12:22:28 -0000 1.4 @@ -22,8 +22,8 @@ Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public - api. Clirr provides an Ant task that can be configured to break - the build if it detects incompatible api changes. In a continuous + API. Clirr provides an Ant task that can be configured to break + the build if it detects incompatible API changes. In a continuous integration process Clirr can automatically prevent accidental introduction of compatibility problems in Java libraries. </description> |