This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git
commit 25ffd026a4f1b925ab65ed9a973721377a8b9f61 Author: Radu Cotescu <[email protected]> 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@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 "[email protected]" <[email protected]>.
