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
The following commit(s) were added to refs/heads/master by this push:
new 2afce5b Usage of relative paths makes the javadoc work on windows too
2afce5b is described below
commit 2afce5b498fbb54080332fa8f82f7318ab0ac48e
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Wed Apr 11 06:04:21 2018 +0200
Usage of relative paths makes the javadoc work on windows too
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 37f79b6..8b24beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,9 +149,9 @@
org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
<docletArtifact>
<groupId>org.apidesign.javadoc</groupId>
<artifactId>codesnippet-doclet</artifactId>
- <version>0.22</version>
+ <version>0.23</version>
</docletArtifact>
- <additionalparam>-snippetpath "${basedir}" ${javadoc.allowjs}
-hiddingannotation java.lang.Deprecated</additionalparam>
+ <additionalparam>-snippetpath json/src/test -snippetpath
boot-fx/src/test ${javadoc.allowjs} -hiddingannotation
java.lang.Deprecated</additionalparam>
</configuration>
</plugin>
<plugin>
--
To stop receiving notification emails like this one, please contact
[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