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

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


    from c7702ec  Merge pull request #7 from dukescript/update-overview
     add 29818fa  Gradle task to process the js annotations
     add 8dabec2  Process all classes directories at once
     add 7b1345b  Hook the task after compilations and before test, jar and run 
phases
     add ce14e6f  Testing the result of the Gradle build
     add e7f8eef  Automatically add asm if it is missing on the application 
classpath
     new 4d46687  Merge pull request #6 from jtulach/jtulach/GradlePlugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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      |   3 +-
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  85 ++++++
 .../org/netbeans/html/mojo/gradle1/build.gradle    |  29 +-
 .../mojo/gradle1/src/main/java/Gradle1Check.java   |  18 +-
 pom.xml                                            |   3 +
 11 files changed, 635 insertions(+), 155 deletions(-)
 create mode 100644 
html4j-maven-plugin/src/main/java/org/netbeans/html/mojo/ProcessJsAnnotations.java
 create mode 100644 
html4j-maven-plugin/src/main/java/org/netbeans/html/mojo/ProcessJsAnnotationsGradle.java
 create mode 100644 
html4j-maven-plugin/src/main/java/org/netbeans/html/mojo/ProcessJsAnnotationsTask.java
 copy equinox-agentclass-hook/src/main/resources/hookconfigurators.properties 
=> 
html4j-maven-plugin/src/main/resources/META-INF/gradle-plugins/html4j.properties
 (91%)
 create mode 100644 
html4j-maven-plugin/src/test/java/org/netbeans/html/mojo/Gradle1Test.java
 copy json/src/main/java/org/netbeans/html/json/impl/ClassValueTypes.java => 
html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle
 (66%)
 copy json-tck/src/main/java/net/java/html/js/tests/Global2String.java => 
html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/src/main/java/Gradle1Check.java
 (73%)

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

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

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

Reply via email to