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:41 UTC

[sling-org-apache-sling-scripting-sightly-compiler-java] 02/11: 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.java-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git

commit 7a31e4a037a020bad7e507838ad481468d123893
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/java-compiler@1748757 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md |  4 ++++
 pom.xml   | 11 +++++++++++
 2 files changed, 15 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5445259
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+Apache Sling Scripting Sightly Java Compiler
+====
+The Apache Sling Scripting Sightly Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the
+[`org.apache.sling.scripting.sightly.compiler`](../compiler) module into Java source code.
diff --git a/pom.xml b/pom.xml
index 9ec9808..005effe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,17 @@
 
     <name>Apache Sling Scripting Sightly Java Compiler</name>
 
+    <description>
+        The Apache Sling Scripting Sightly Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the
+        org.apache.sling.scripting.sightly.compiler module into Java source code.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/java-compiler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/java-compiler</developerConnection>
+        <url>http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/java-compiler</url>
+    </scm>
+
     <properties>
         <sling.java.version>7</sling.java.version>
     </properties>

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