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 d8833aa Getting ready for next development iteration
add 622132c Making @JavaScriptBody annotation repeatable
add a0249aa Hide the associated repeatable annotation from the API
add beda7c5 Document that @JavaScriptResource annotation is repeatable
new 25fa0fa Merge pull request #4 from
JaroslavTulach/jtulach/MultiJavaScriptResource
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:
.../java/net/java/html/js/JavaScriptResource.java | 20 +++++
.../java/org/netbeans/html/boot/impl/FnUtils.java | 27 ++++++-
.../html/boot/impl/JavaScriptProcesor.java | 87 +++++++++++++---------
json-tck/pom.xml | 9 +++
.../net/java/html/js/tests/JavaScriptBodyTest.java | 5 ++
.../{Global2String.java => ResourceOrder.java} | 10 ++-
.../resources/net/java/html/js/tests/addHello.js | 4 +-
.../resources/net/java/html/js/tests/addWorld.js | 4 +-
.../resources/net/java/html/js/tests/initArray.js | 4 +-
pom.xml | 2 +-
src/main/javadoc/overview.html | 3 +
11 files changed, 127 insertions(+), 48 deletions(-)
copy json-tck/src/main/java/net/java/html/js/tests/{Global2String.java =>
ResourceOrder.java} (78%)
copy boot/src/test/resources/org/netbeans/html/boot/impl/empty.js =>
json-tck/src/main/resources/net/java/html/js/tests/addHello.js (96%)
copy boot/src/test/resources/org/netbeans/html/boot/impl/empty.js =>
json-tck/src/main/resources/net/java/html/js/tests/addWorld.js (96%)
copy boot/src/test/resources/org/netbeans/html/boot/impl/empty.js =>
json-tck/src/main/resources/net/java/html/js/tests/initArray.js (97%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists