Hello. I noticed this morning that the links for (un)subscribing to the turbine-dev mailing list on the Maven-generated Mailing Lists page are incorrect. They have an extra 'mailto:' in the href tag. This problem stems from typos in the project.xml file in the jakarta-turbine-2 module. Attached is a patch for the file correcting these links. This is my first patch, so please forgive me if I didn't do it correctly.
Thanks, Chris P.S. Here is a diff of my changes for good measure: Index: project.xml =================================================================== RCS file: /home/cvspublic/jakarta-turbine-2/project.xml,v retrieving revision 1.52 diff -r1.52 project.xml 41,42c41,42 < <subscribe>mailto:[EMAIL PROTECTED]</subscribe> < <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe> --- > <subscribe>[EMAIL PROTECTED]</subscribe> > <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
turbine-dev-links.patch
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
