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()) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>