You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/04/25 07:07:37 UTC

[incubator-netbeans-html4j] 01/01: Merge pull request #6 from jtulach/jtulach/GradlePlugin

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

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit 4d46687d0334bb5ac269cd66bcac548ad021cca5
Merge: c7702ec e7f8eef
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Wed Apr 25 09:07:34 2018 +0200

    Merge pull request #6 from jtulach/jtulach/GradlePlugin
    
    Gradle plugin to process the @JavaScriptBody annotations

 .gitignore                                         |   4 +-
 html4j-maven-plugin/pom.xml                        |  58 +++-
 .../netbeans/html/mojo/ProcessJsAnnotations.java   | 309 +++++++++++++++++++++
 .../html/mojo/ProcessJsAnnotationsGradle.java      |  65 +++++
 .../html/mojo/ProcessJsAnnotationsMojo.java        | 146 +---------
 .../html/mojo/ProcessJsAnnotationsTask.java        |  70 +++++
 .../META-INF/gradle-plugins/html4j.properties      |  21 ++
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  85 ++++++
 .../org/netbeans/html/mojo/gradle1/build.gradle    |  42 +++
 .../mojo/gradle1/src/main/java/Gradle1Check.java   |  34 +++
 pom.xml                                            |   3 +
 11 files changed, 700 insertions(+), 137 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists