+1
however would like to include these, just under the module line, in all
files.
This is used by code to see if the release number will be supported by
all code.
public static final String major_version = "1.";
public static final String minor_version = "0.1.2";
public static final String sinceofbizversion = "3.2";
public static final String maxsupportedofbizversion = "3.2";
Jacopo Cappellato sent the following on 7/13/2006 5:15 AM:
I'd prefer to remove all the existing @authors tags, in fact the
"authors" of a file are determined by the svn log history.
I'd also remove all the @version and $rev tags as well... but maybe we
should start a vote on this subject.
Jacopo
Christian Geisert wrote:
Scott Gray schrieb:
Hi Jacopo
Like I've said previously I'm happy to help with this, if it's ok
with you
I'll start with the applications folder? One question though, what
do i do
with these lines:
Old Headers:
* @author David E. Jones ([EMAIL PROTECTED])
* @author Andy Zeneski ([EMAIL PROTECTED])
* @author Si Chen ([EMAIL PROTECTED])
* @version $Rev: 418498 $
New Headers:
* $Id: $
Do the author lines remain in place? And what goes on the $Id tags?
The ASF board recommendation is to remove individual authors tag but
it's up to the PMC to make the decision (to use author tags or not).
See http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107788069123268&w=2
for some more infomationan.