Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 51493 invoked from network); 29 Nov 2010 14:56:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 14:56:34 -0000 Received: (qmail 51647 invoked by uid 500); 29 Nov 2010 14:56:33 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 51510 invoked by uid 500); 29 Nov 2010 14:56:31 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 51501 invoked by uid 99); 29 Nov 2010 14:56:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 14:56:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 14:56:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2605C23889D7; Mon, 29 Nov 2010 14:54:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1040132 - /cxf/trunk/bin/jira-report.tmpl Date: Mon, 29 Nov 2010 14:54:56 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101129145456.2605C23889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Nov 29 14:54:55 2010 New Revision: 1040132 URL: http://svn.apache.org/viewvc?rev=1040132&view=rev Log: Remove hack for http->https urls as it's not needed with the latest updates to our JIRA Modified: cxf/trunk/bin/jira-report.tmpl Modified: cxf/trunk/bin/jira-report.tmpl URL: http://svn.apache.org/viewvc/cxf/trunk/bin/jira-report.tmpl?rev=1040132&r1=1040131&r2=1040132&view=diff ============================================================================== --- cxf/trunk/bin/jira-report.tmpl (original) +++ cxf/trunk/bin/jira-report.tmpl Mon Nov 29 14:54:55 2010 @@ -12,8 +12,7 @@ #set( $issues = $jirarss.issues() ) #set( $issues = $jirarss.fillAttachments() ) #foreach( $issue in $issues ) -#set( $link = $issue.link.substring(4)) -#set( $link = "https$link") +#set( $link = $issue.link) #set( $void = $issue.setLink($link)) #end #set( $issues = $jirarss.fillAttachments() )