Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 68244 invoked by uid 500); 24 Jan 2002 07:42:36 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 68235 invoked by uid 500); 24 Jan 2002 07:42:36 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 24 Jan 2002 07:42:31 -0000 Message-ID: <20020124074231.18085.qmail@icarus.apache.org> From: crossley@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/tools/src JTidyTask.java bugzilla2patchqueue.xsl patchqueue2text4dev.xsl patchqueue2xdocs.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N crossley 02/01/23 23:42:31 Modified: tools/src JTidyTask.java Added: tools/resources/stylesheets bugzilla2patchqueue.xsl patchqueue2text4dev.xsl patchqueue2xdocs.xsl Removed: tools/src bugzilla2patchqueue.xsl patchqueue2text4dev.xsl patchqueue2xdocs.xsl Log: Move stylesheets from src/ to resources/stylesheets Submitted by: "Nicola Ken Barozzi" Revision Changes Path 1.1 xml-cocoon2/tools/resources/stylesheets/bugzilla2patchqueue.xsl Index: bugzilla2patchqueue.xsl =================================================================== http://nagoya.apache.org/bugzilla/ 1.1 xml-cocoon2/tools/resources/stylesheets/patchqueue2text4dev.xsl Index: patchqueue2text4dev.xsl =================================================================== ----------------------------------------------------------- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. ----------------------------------------------------------- Please do not reply to this mail. ----------------------------------------------------------- *********************************************************** COCOON PATCH QUEUE UPDATE patches in queue: *********************************************************** ----------------------------------------------------------- : ----------------------------------------------------------- REVIEWER: RESOLUTION: STATUS: *************************that's it!************************ ------------------------patch HOWTO------------------------ Send patches to http://nagoya.apache.org/bugzilla/ specifying [PATCH] in the summary. Bugzilla sends a mail automatically to this list. Reviewers will mark it FIXED there when applied. Patches not sent to Bugzilla will not be reviewed. ----------------------------------------------------------- This file is generated and updated automatically at least once a week, and the data is taken from Bugzilla. If you don't find the patch you submitted to bugzilla after one week, please notify cocoon-dev@xml.apache.org for assistance. ----------------------------------------------------------- There is usually a HEAD branch and a previous-version branch that are maintained. Where will the patch go? 1. If it is a bug fix it should go to both branches 2. If something is totally new it goes into HEAD scratchpad. 3. Something in between, but does not break backward compatibility _may_ go into both (and may not) 4. For everything else, a vote is required so first it may go into HEAD, and then be VOTEd in order to sync this into branch. Please note that structural changes have to be VOTEd first. 1.1 xml-cocoon2/tools/resources/stylesheets/patchqueue2xdocs.xsl Index: patchqueue2xdocs.xsl =================================================================== ]]>
Patch Queue

This is an informal list - in chronological order - of some of the noteworthy patches that have been posted to the cocoon-dev mailing list. These patches are not (yet) part of the Apache Cocoon project, but need reviewing for possible inclusion. This system was instituted because, due to the large volume of mail and the lack of time of the committers, some patches tended to get forgotten about. This queue does not guarantee that any patch will be reviewed within a reasonable time frame, but it does at least make them easier to find!

Reviewers wanted! - If you have time to review and/or test these patches, we would be grateful for your time. Please post comments to the cocoon-dev mailing lists.

Before submitting a patch, please read the page on Third-Party Contributions. The preferred submission method for patches is:

  • Post to cocoon-dev@xml.apache.org
  • Describe the patch, the reason for it and (if necessary) why this is important.
  • Generate the patch in diff -u format from CVS
  • Also generate a documentation patch or new file, if this is something that should be documented.
  • Post as an attachment rather than inline (unless it is trivially small).

Following the above guidelines will facilitate your patch being reviewed and applied efficiently.

[Under Construction] Archive links will be added later. Please do not bother the patch submitters/authors without first reading the relevant post(s) in the mailing list archives.

Vapourware will not be listed.

id Summary Reviewer Resolution Status

See also additional list of patches to be added in To Do.

1.2 +2 -0 xml-cocoon2/tools/src/JTidyTask.java Index: JTidyTask.java =================================================================== RCS file: /home/cvs/xml-cocoon2/tools/src/JTidyTask.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JTidyTask.java 23 Jan 2002 07:22:56 -0000 1.1 +++ JTidyTask.java 24 Jan 2002 07:42:31 -0000 1.2 @@ -5,6 +5,8 @@ * version 1.1, a copy of which has been included with this distribution in * * the LICENSE file. * *****************************************************************************/ + + import java.io.InputStream; import java.io.FileInputStream; import java.io.BufferedInputStream; ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org