You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/13 02:19:39 UTC

svn commit: r280454 - /forrest/trunk/lib/README.txt

Author: crossley
Date: Mon Sep 12 17:19:35 2005
New Revision: 280454

URL: http://svn.apache.org/viewcvs?rev=280454&view=rev
Log:
Explain the naming convention for libraries.

Added:
    forrest/trunk/lib/README.txt   (with props)

Added: forrest/trunk/lib/README.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/lib/README.txt?rev=280454&view=auto
==============================================================================
--- forrest/trunk/lib/README.txt (added)
+++ forrest/trunk/lib/README.txt Mon Sep 12 17:19:35 2005
@@ -0,0 +1,13 @@
+See the accompanying licenses for each library
+and the file ../NOTICE.txt
+
+Naming convention for library filenames:
+* Include the actual release number,
+* If it is a pre-release then use their SVN revision number,
+* Otherwise use the date.
+
+The Apache Cocoon libraries are updated too often,
+so please see our 'svn log' for the commit message
+which will indicate the Cocoon revision number.
+If you cannot use 'svn log' then see the online interface:
+http://svn.apache.org/viewcvs.cgi/forrest/

Propchange: forrest/trunk/lib/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native



Re: svn commit: r280454 - /forrest/trunk/lib/README.txt

Posted by Juan Jose Pablos <ch...@apache.org>.
crossley@apache.org wrote:
> Author: crossley
> Date: Mon Sep 12 17:19:35 2005
> New Revision: 280454
> 
> URL: http://svn.apache.org/viewcvs?rev=280454&view=rev
> Log:
> Explain the naming convention for libraries.

Thanks!, I was planing to do it the next time I would upgrade cocoon