You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/12/14 15:14:18 UTC

svn commit: r1049098 - /sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: cziegeler
Date: Tue Dec 14 14:14:18 2010
New Revision: 1049098

URL: http://svn.apache.org/viewvc?rev=1049098&view=rev
Log:
Prefix all component names with "Apache Sling"

Modified:
    sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1049098&r1=1049097&r2=1049098&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/contrib/extensions/bgservlets/src/main/resources/OSGI-INF/metatype/metatype.properties Tue Dec 14 14:14:18 2010
@@ -23,7 +23,7 @@
 # descriptions as used in the metatype.xml descriptor generated by the
 # the SCR plugin
 
-BackgroundServletStarterFilter.label = Background Requests Filter
+BackgroundServletStarterFilter.label = Apache Sling Background Requests Filter
 BackgroundServletStarterFilter.description = ServletFilter that runs \
 	requests in the background if a specific request parameter is set \
 	to true.
@@ -32,7 +32,7 @@ background.parameter.name.name = Backgro
 background.parameter.name.description = Requests run in the background \
 	if this request parameter is set to true.
 	
-JobStorage.label = Background Requests Job Storage Service
+JobStorage.label = Apache Sling Background Requests Job Storage Service
 JobStorage.description = Stores job state and output for requests running \
 	in the background.
 
@@ -40,7 +40,7 @@ job.storage.path.name = Job Storage Base
 job.storage.path.description = Path under which job state is stored in \
 	the repository.
 	
-ExecutionEngineImpl.label = Execution Engine for Background Requests
+ExecutionEngineImpl.label = Apache Sling Execution Engine for Background Requests
 ExecutionEngineImpl.description = Used to run requests in the background
 
 core.pool.size.name = Core ThreadPoolExecutor size