blob: b2d66234341b48d50f64f8df12c1bf6facca7cd5 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#
# This file contains localization strings for configuration labels and
# descriptions as used in the metatype.xml descriptor generated by the
# the Sling SCR plugin
javahandler.name = Apache Sling Java Script Handler
javahandler.description The Java Script Handler supports development of Java Servlets \
to render response content.
java.classdebuginfo.name = Generate Debug Info
java.classdebuginfo.description = Should the class file be compiled with \
debugging information? true or false, default true.
java.javaEncoding.name = Source Encoding
java.javaEncoding.description = Encoding to be used to read the source files. \
This defaults to UTF-8 and should only be changed in very specific circumstances.
java.compilerSourceVM.name = Source VM
java.compilerSourceVM.description = Java Specification to be used to read \
the source files. If left empty or the value "auto" is specified, the \
current vm version will be used.
java.compilerTargetVM.name = Target VM
java.compilerTargetVM.description = Target Java version for compilation. If left \
empty or the value "auto" is specified, the current vm version will be used.