You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:04:19 UTC

[sling-org-apache-sling-scripting-java] 03/16: SLING-1279 : Configuration properties for development mode and debuginfo should be of type boolean

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

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

commit c02a383927a0a5c28f09c337d0ea1fe687da0ca5
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 8 09:59:08 2010 +0000

    SLING-1279 : Configuration properties for development mode and debuginfo should be of type boolean
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/java@897149 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/scripting/java/JavaScriptEngineFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/scripting/java/JavaScriptEngineFactory.java b/src/main/java/org/apache/sling/scripting/java/JavaScriptEngineFactory.java
index 729702f..605c0ca 100644
--- a/src/main/java/org/apache/sling/scripting/java/JavaScriptEngineFactory.java
+++ b/src/main/java/org/apache/sling/scripting/java/JavaScriptEngineFactory.java
@@ -54,9 +54,9 @@ import org.slf4j.LoggerFactory;
  * @scr.property name="java.javaEncoding" value="UTF-8"
  * @scr.property name="java.compilerSourceVM" value="1.5"
  * @scr.property name="java.compilerTargetVM" value="1.5"
- * @scr.property name="java.development" value="true"
+ * @scr.property name="java.development" value="true" type="Boolean"
  * @scr.property name="java.modificationTestInterval" value="-1"
- * @scr.property name="java.classdebuginfo" value="true"
+ * @scr.property name="java.classdebuginfo" value="true" type="Boolean"
  */
 public class JavaScriptEngineFactory extends AbstractScriptEngineFactory {
 

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