This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.java-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-java.git

commit f6e4fabd7c77ab91d8df2c220bd61e3c184cee82
Author: Felix Meschberger <fmesc...@apache.org>
AuthorDate: Thu Jan 15 13:46:24 2009 +0000

    SLING-829 Ensure Apache Sling prefix on all configuration names
    
    git-svn-id: 
https://svn.apache.org/repos/asf/incubator/sling/trunk/scripting/java@734704 
13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/OSGI-INF/metatype/metatype.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties 
b/src/main/resources/OSGI-INF/metatype/metatype.properties
index a7aa4b5..666d78f 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -22,7 +22,7 @@
 # descriptions as used in the metatype.xml descriptor generated by the
 # the Sling SCR plugin
 
-javahandler.name = Java Script Handler
+javahandler.name = Apache Sling Java Script Handler
 javahandler.description The Java Script Handler supports development of Java 
Servlets \
  to render response content.  
 
@@ -55,4 +55,4 @@ java.compilerTargetVM.description = Java Specification to be 
used to generate \
 java.outputPath.name = Compilation Location
 java.outputPath.description = What directory should we use when \
  compiling Java files? Default is /var/classes.
- 
\ No newline at end of file
+ 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to