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 2012/12/13 15:46:50 UTC

svn commit: r1421316 - in /camel/branches/camel-2.9.x: ./ tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml

Author: ningjiang
Date: Thu Dec 13 14:46:50 2012
New Revision: 1421316

URL: http://svn.apache.org/viewvc?rev=1421316&view=rev
Log:
CAMEL-5868 simplifications pom blueprint camel archetype with thanks to filippo
Merged revisions 1421314 via svnmerge from 
https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x

................
  r1421314 | ningjiang | 2012-12-13 22:34:22 +0800 (Thu, 13 Dec 2012) | 10 lines
  
  Merged revisions 1421306 via svnmerge from 
  https://svn.apache.org/repos/asf/camel/trunk
  
  ........
    r1421306 | ningjiang | 2012-12-13 22:16:58 +0800 (Thu, 13 Dec 2012) | 1 line
    
    CAMEL-5868 simplifications pom blueprint camel archetype with thanks to filippo
  ........
................

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1421306
  Merged /camel/branches/camel-2.10.x:r1421314

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml?rev=1421316&r1=1421315&r2=1421316&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml Thu Dec 13 14:46:50 2012
@@ -95,7 +95,7 @@
           <instructions>
             <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
             <Private-Package>${package}.*</Private-Package>
-            <Import-Package>*,org.apache.camel.osgi</Import-Package>
+            <Import-Package>*</Import-Package>
           </instructions>
         </configuration>
       </plugin>