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

rombert pushed a commit to annotated tag 
org.apache.sling.scripting.sightly.js.provider-1.0.12
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git

commit 1dfee08adc0fccafd32562c1b720d885a7e35612
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Sep 2 14:51:07 2016 +0000

    SLING-6028 - Replace Sightly references with HTL in both code and 
documentation
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/js-use-provider@1758968
 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md                                                      | 10 ++++------
 pom.xml                                                        |  6 +++---
 .../apache/sling/scripting/sightly/js/impl/JsUseProvider.java  |  2 +-
 .../sightly/js/impl/jsapi/SlyBindingsValuesProvider.java       |  6 +++---
 .../sling/scripting/sightly/js/impl/rhino/HybridObject.java    |  2 +-
 5 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 173e8d3..b48d1d1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-Apache Sling Scripting Sightly JavaScript Use Provider
-=====================================
+Apache Sling Scripting HTL JavaScript Use Provider
+==================================================
 
-This bundle allows Sightly's USE API to access JS scripts. It also wraps 
Sling's JS engine in a simulated event loop.
+This bundle allows HTL's Use API to access JS scripts. It also wraps Sling's 
JS engine in a simulated event loop.
 
-The bundle also contains a bindings values provider that adds an API layer 
accessible from Sightly & JS.
-
-The implementation of that API can be found in `src/main/resources/SLING-INF`.
+The bundle also contains a bindings values provider that adds an API layer 
accessible from HTL & JS. The implementation of that API can be found in 
`src/main/resources/SLING-INF`.
diff --git a/pom.xml b/pom.xml
index a33e406..3f8c756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,10 +36,10 @@
     <version>1.0.11-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Scripting Sightly JavaScript Use Provider</name>
+    <name>Apache Sling Scripting HTL JavaScript Use Provider</name>
 
     <description>
-        The Apache Sling Sightly JavaScript Use Provider adds support for 
accessing JS scripts from Sightly's Use-API.
+        The Apache Sling HTL JavaScript Use Provider adds support for 
accessing JS scripts from HTL's Use-API.
     </description>
 
     <scm>
@@ -113,7 +113,7 @@
             <scope>provided</scope>
         </dependency>
 
-        <!-- Sightly -->
+        <!-- HTL -->
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
diff --git 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
index 99ee0fa..887ae2d 100644
--- 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
+++ 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
@@ -45,7 +45,7 @@ import org.osgi.framework.Constants;
  */
 @Component(
     metatype = true,
-    label = "Apache Sling Scripting Sightly JavaScript Use Provider",
+    label = "Apache Sling Scripting HTL JavaScript Use Provider",
     description = "The JavaScript Use Provider is responsible for 
instantiating JavaScript Use-API objects."
 )
 @Service(UseProvider.class)
diff --git 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/jsapi/SlyBindingsValuesProvider.java
 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/jsapi/SlyBindingsValuesProvider.java
index ec9a422..648f00c 100644
--- 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/jsapi/SlyBindingsValuesProvider.java
+++ 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/jsapi/SlyBindingsValuesProvider.java
@@ -65,10 +65,10 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Provides the {@code sightly} namespace for usage in Sightly &amp; JS 
scripts called from Sightly
+ * Provides the {@code sightly} namespace for usage in HTL &amp; JS scripts 
called from Sightly
  */
-@Component(metatype = true, label = "Apache Sling Scripting Sightly JavaScript 
Bindings Provider",
-        description = "The Apache Sling Scripting Sightly JavaScript Bindings 
Provider loads the JS Use-API and makes it available in the" +
+@Component(metatype = true, label = "Apache Sling Scripting HTL JavaScript 
Bindings Provider",
+        description = "The Apache Sling Scripting HTL JavaScript Bindings 
Provider loads the JS Use-API and makes it available in the" +
                 " bindings map.")
 @Service(SlyBindingsValuesProvider.class)
 @Properties({
diff --git 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/rhino/HybridObject.java
 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/rhino/HybridObject.java
index 7781eb0..4f8b574 100644
--- 
a/src/main/java/org/apache/sling/scripting/sightly/js/impl/rhino/HybridObject.java
+++ 
b/src/main/java/org/apache/sling/scripting/sightly/js/impl/rhino/HybridObject.java
@@ -29,7 +29,7 @@ import org.mozilla.javascript.ScriptableObject;
 
 
 /**
- * Instances of this class can be used in both Sightly &amp; JavaScript 
scripts.
+ * Instances of this class can be used in both HTL &amp; JavaScript scripts.
  */
 public class HybridObject implements Scriptable, Record<Object> {
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to