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:10:06 UTC

[sling-org-apache-sling-scripting-sightly-compiler] 02/15: trivial: added scm info + updated readme for sightly modules

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

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

commit f20634b3a0975bdc6d927a3fdde595798d3254cb
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Jun 16 16:20:24 2016 +0000

    trivial: added scm info + updated readme for sightly modules
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler@1748757 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md |  3 +++
 pom.xml   | 11 +++++++++++
 2 files changed, 14 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4dee861
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Apache Sling Scripting Sightly Compiler
+====
+The Apache Sling Scripting Sightly Compiler provides support for compiling Sightly scripts into an Abstract Syntax Tree.
diff --git a/pom.xml b/pom.xml
index 22f7079..1ea803c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,17 @@
 
     <name>Apache Sling Scripting Sightly Compiler</name>
 
+    <description>
+        The Apache Sling Scripting Sightly Compiler provides support for compiling Sightly scripts into an Abstract
+        Syntax Tree.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</developerConnection>
+        <url>http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</url>
+    </scm>
+
     <properties>
         <antlr.version>4.1</antlr.version>
         <sling.java.version>7</sling.java.version>

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