You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/03 18:42:57 UTC

svn commit: r1333539 - /cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml

Author: dkulp
Date: Thu May  3 16:42:56 2012
New Revision: 1333539

URL: http://svn.apache.org/viewvc?rev=1333539&view=rev
Log:
Merged revisions 1332966 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1332966 | cschneider | 2012-05-02 05:33:47 -0400 (Wed, 02 May 2012) | 2 lines

  Added description for the name of the default work queue

........

Modified:
    cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml

Modified: cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml?rev=1333539&r1=1333538&r2=1333539&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml (original)
+++ cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/metatype/workqueue.xml Thu May  3 16:42:56 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0">
 	 <OCD description="" name="CXF work queue" id="workqueues">
-	 	<AD name="Name" id="name" type="String" default="" description=""/>
+	 	<AD name="Name" id="name" type="String" default="" description="Use name 'default' to change the default work queue settings"/>
 	 	<AD name="High water mark" id="highWaterMark" type="String" default="" description=""/>
 	 	<AD name="Low water mark" id="lowWaterMark" type="String" default="" description=""/>
 	 	<AD name="Initial size" id="initialSize" type="String" default="" description=""/>