[tomcat8] 02/03: Added the EL and WebSocket APIs to libservlet3.1-java-doc

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 16 08:42:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit 5adbe7e923c2ea7907fda3f70a3c778227084fd7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 16 10:19:48 2013 +0200

    Added the EL and WebSocket APIs to libservlet3.1-java-doc
---
 debian/changelog |    1 +
 debian/rules     |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11e774c..22c9aa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ tomcat8 (8.0.0~RC1-1) UNRELEASED; urgency=low
     the jars required by Tomcat (tomcat jars + dbcp + pool). libtomcat8-java
     deploys only the jars in /usr/share/java and the Maven artifacts in
     /usr/share/maven-repo.
+  * Added the EL and WebSocket APIs to libservlet3.1-java-doc
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 12 Sep 2013 16:10:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 6383fe9..4b2134e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,10 +55,10 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 else
 	$(ANT_INVOKE) deploy
 endif
-	javadoc -subpackages "javax.servlet" -d "output/api" \
+	javadoc -subpackages "javax.servlet:javax.el:javax.websocket" -d "output/api" \
 		-sourcepath "java" -author -version -breakiterator \
 		-windowtitle "Tomcat API Documentation" -doctitle "Tomcat API" \
-		-bottom "Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved."
+		-bottom "Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved."
 	touch build-stamp
 
 clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list