/hg/release/icedtea-web-1.5: Added tagsoup and rhino to javadoc ...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Apr 17 09:49:42 UTC 2015


changeset 548f9dccc47a in /hg/release/icedtea-web-1.5
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.5?cmd=changeset;node=548f9dccc47a
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Apr 17 11:49:26 2015 +0200

	Added tagsoup and rhino to javadoc classpath to prevent docline errors


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r 6660f78e2691 -r 548f9dccc47a ChangeLog
--- a/ChangeLog	Fri Apr 17 10:48:22 2015 +0200
+++ b/ChangeLog	Fri Apr 17 11:49:26 2015 +0200
@@ -1,3 +1,9 @@
+2015-04-17  Jiri Vanek  <jvanek at redhat.com>
+
+	Added tagsoup and rhino to javadoc classpath to prevent docline errors
+	* Maefile.am: (stamps/netx-docs.stamp) (stamps/plugin-docs.stamp)
+	added classpath parameter with rhino and tagsoup
+
 2015-04-17  Jiri Vanek  <jvanek at redhat.com>
 
 	fixed doclint errors
diff -r 6660f78e2691 -r 548f9dccc47a Makefile.am
--- a/Makefile.am	Fri Apr 17 10:48:22 2015 +0200
+++ b/Makefile.am	Fri Apr 17 11:49:26 2015 +0200
@@ -584,6 +584,7 @@
 	 -doctitle 'IcedTea-Web: NetX API Specification' \
 	 -windowtitle 'IcedTea-Web: NetX ' \
 	 -header '<strong>IcedTea-Web<br/>NetX</strong>' \
+	 -classpath $(TAGSOUP_JAR):$(RHINO_JAR) \
 	 $(NETX_PKGS)
 endif
 	mkdir -p stamps
@@ -601,6 +602,7 @@
 	 -doctitle 'IcedTea-Web: Plugin API Specification' \
 	 -windowtitle 'IcedTea-Web: Plugin ' \
 	 -header '<strong>IcedTea-Web<br/>Plugin</strong>' \
+         -classpath $(TAGSOUP_JAR):$(RHINO_JAR) \
 	 $(PLUGIN_PKGS)
 endif
 endif


More information about the distro-pkg-dev mailing list