From: Lars Küh. <lk...@us...> - 2008-08-17 10:59:28
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24407/core/src/java/net/sf/clirr Modified Files: overview.html Log Message: fixed typo Index: overview.html =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- overview.html 10 Jul 2004 13:37:26 -0000 1.1 +++ overview.html 17 Aug 2008 10:59:23 -0000 1.2 @@ -9,12 +9,12 @@ </p> <p> -If you'd like to write an IDE plugin, you can use the clirr API provided here, +If you'd like to write an IDE plugin, you can use the Clirr API provided here, but be aware that the API might change in the next release of Clirr. </p> <p> -You should not refer to the packages labelled 'internal' in your code, though +You should not refer to the packages labeled 'internal' in your code, though (we follow the same <a href="http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.html">guidelines</a> as Eclipse). |