You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/05/20 04:45:41 UTC

svn commit: r946513 - /camel/trunk/pom.xml

Author: ningjiang
Date: Thu May 20 02:45:41 2010
New Revision: 946513

URL: http://svn.apache.org/viewvc?rev=946513&view=rev
Log:
CAMEL-2734 Supported source code attachment feature of eclipse ide in pde mode by applying patch with thanks to Christian

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=946513&r1=946512&r2=946513&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Thu May 20 02:45:41 2010
@@ -354,7 +354,15 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.0.4</version>
+          <version>2.1.1</version>
+          <configuration>
+	   <archive>
+               <manifestEntries>
+                 <Bundle-SymbolicName>${project.groupId}.${project.artifactId}.source</Bundle-SymbolicName>
+                 <Eclipse-SourceBundle>${project.groupId}.${project.artifactId};version="${camel.osgi.version.clean}"</Eclipse-SourceBundle>
+               </manifestEntries>
+             </archive>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>