You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2011/12/19 03:31:03 UTC

svn commit: r1220591 - in /cxf/branches/2.4.x-fixes: ./ osgi/karaf/features/src/main/resources/features.xml

Author: ffang
Date: Mon Dec 19 02:31:03 2011
New Revision: 1220591

URL: http://svn.apache.org/viewvc?rev=1220591&view=rev
Log:
Merged revisions 1220374 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1220374 | ffang | 2011-12-18 20:05:53 +0800 (日, 18 12 2011) | 1 line
  
  [CXF-3979]specify cxf-bundle start-level less than 60
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml?rev=1220591&r1=1220590&r2=1220591&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml Mon Dec 19 02:31:03 2011
@@ -116,7 +116,7 @@
         <bundle dependency="true">mvn:org.apache.velocity/velocity/${cxf.velocity.version}</bundle>
         <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/${cxf.jdom.bundle.version}</bundle>
 
-        <bundle>mvn:org.apache.cxf/cxf-bundle/${project.version}</bundle>
+        <bundle start-level='30'>mvn:org.apache.cxf/cxf-bundle/${project.version}</bundle>
     </feature>
 
 </features>