Nathan Beyer wrote: > I'm getting close to having the initial proposal for integrating the > java.util.concurrent code from Doug Lea's web site for Harmony's class > library complete and need a few questions answered. > > How should I submit it? > . Check in the code as the 'concurrent' module and go from there? > . Check in the code outside of the modules folder? > . Submit it as a JIRA issue?
I'd suggest #2 - say in trunk/sandbox - so we can make everyone comfortable, unless there are no objections to #1. No point to #3. > > How should I format the code with regards to the copyright statements? > For source that wasn't modified (about half of the files): > . Add the ASF v2 comment before/after the public domain > comments? > . Replace the public domain comment with the ASF v2 comment? Just leave it alone. Don't do anything. > For source that was modified: > . Add the ASF v2 comment before/after the public domain > comments? > . Replace the public domain comment with the ASF v2 comment? Add before. geir --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
