cvs commit: jakarta-alexandria/proposal/gump/java Project.java

[email protected]
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
rubys       2002/11/25 07:24:12

  Modified:    proposal/gump/java Project.java
  Log:
  Meant to remove this code (as both the old and new code is present, we
  are seeing two [GUMP] nag prefixes on most notifications)
  
  Revision  Changes    Path
  1.46      +3 -12     jakarta-alexandria/proposal/gump/java/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/java/Project.java,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Project.java	24 Nov 2002 21:12:05 -0000	1.45
  +++ Project.java	25 Nov 2002 15:24:12 -0000	1.46
  @@ -810,15 +810,6 @@
               subject = nagPrefix + " " + nag.getAttribute("subject");
           }
           
  -        if (!nag.hasChildNodes()) {
  -            Element regexp = nag.getOwnerDocument().createElement("regexp");
  -            regexp.setAttribute("pattern", "/BUILD FAILED/");
  -            regexp.setAttribute("subject", subject);
  -            regexp.setAttribute("to", to);
  -            regexp.setAttribute("from", from);
  -            nag.appendChild(regexp);
  -        }
  -
           Element regexp = null;
           Node child = nag.getFirstChild();
           for (; child != null; child = child.getNextSibling()) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.