Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 65382 invoked from network); 19 May 2010 04:54:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 04:54:51 -0000 Received: (qmail 20603 invoked by uid 500); 19 May 2010 04:54:51 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 20488 invoked by uid 500); 19 May 2010 04:54:50 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 20480 invoked by uid 500); 19 May 2010 04:54:50 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 20477 invoked by uid 99); 19 May 2010 04:54:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 04:54:49 +0000 X-ASF-Spam-Status: No, hits=-1442.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 04:54:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4J4sSBT010017 for ; Wed, 19 May 2010 04:54:28 GMT Message-ID: <30070549.741274244868068.JavaMail.jira@thor> Date: Wed, 19 May 2010 00:54:28 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-2734) Camel source jars should support source code attachment feature of eclipse ide in pde mode In-Reply-To: <3813948.541274218642839.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2734: ------------------------------- Fix Version/s: 2.4.0 (was: 2.3.0) Moving to 2.4 as we should *not* mess with the maven build at this late in the game for the 2.3 release. > Camel source jars should support source code attachment feature of eclipse ide in pde mode > ------------------------------------------------------------------------------------------ > > Key: CAMEL-2734 > URL: https://issues.apache.org/activemq/browse/CAMEL-2734 > Project: Apache Camel > Issue Type: Improvement > Affects Versions: 2.2.0 > Reporter: Christian Schneider > Fix For: 2.4.0 > > > While source attachment works nicely outside of eclipse pde bundles with mvn eclipse:eclipse the same is currently very difficult when using the pde mode of eclipse. As this mode is the default for UI design camel should support it. > I found in the eclips pde FAQ that it is necessary to add a header to the Manifest of the source bundle to attach it to the bundle. See > http://wiki.eclipse.org/PDE/FAQ#How_do_source_attachments_for_bundles_work > For camel-core-2.2.0-sources.jar I added the following to the Manifest by hand: > Bundle-SymbolicName: org.apache.camel.camel-core.source > Eclipse-SourceBundle: org.apache.camel.camel-core;version="2.2.0" > After this simple change the source was automatically attached to the bundle by eclipse. So I propose to add this header by default to all source artifacts created in the maven build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.