Author: radu
Date: Mon Aug 17 12:20:18 2015
New Revision: 1696259

URL: http://svn.apache.org/r1696259
Log:
SLING-4693 - Write Sightly generated classes' source code to disk when the 
scripting engine is in dev mode

* updated description for the OSGi org.apache.sling.scripting.sightly.devmode 
configuration property

Modified:
    
sling/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/SightlyEngineConfiguration.java

Modified: 
sling/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/SightlyEngineConfiguration.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/SightlyEngineConfiguration.java?rev=1696259&r1=1696258&r2=1696259&view=diff
==============================================================================
--- 
sling/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/SightlyEngineConfiguration.java
 (original)
+++ 
sling/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/SightlyEngineConfiguration.java
 Mon Aug 17 12:20:18 2015
@@ -46,7 +46,9 @@ import org.osgi.service.component.Compon
                 name = SightlyEngineConfiguration.SCR_PROP_NAME_DEVMODE,
                 boolValue = 
SightlyEngineConfiguration.SCR_PROP_DEFAULT_DEVMODE,
                 label = "Development Mode",
-                description = "If enabled, Sightly components will be 
recompiled at every request instead of loading objects from memory. Also this 
will give out the Java classes' source via the ClassLoaderWriter."
+                description = "If enabled, Sightly components will be 
recompiled at every request instead of loading objects from memory." +
+                    " This will also write the generated Java classes' source 
code for Sightly templates through the ClassLoaderWriter " +
+                    "service."
         ),
         @Property(
                 name = SightlyEngineConfiguration.SCR_PROP_NAME_ENCODING,


Reply via email to