Skip to content
Snippets Groups Projects
Commit cb388a9b authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Transition to the Servlet API 3.1

parent a42b8e44
No related branches found
No related tags found
No related merge requests found
javahelp2 (2.0.05.ds1-9) UNRELEASED; urgency=medium
* Team upload.
* Transition to the Servlet API 3.1
-- Emmanuel Bourg <ebourg@apache.org> Fri, 03 Jun 2016 14:09:55 +0200
javahelp2 (2.0.05.ds1-8) unstable; urgency=medium
* Team upload.
......
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marek Slama <marek.slama@sun.com>, Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 9), maven-repo-helper
Build-Depends-Indep: ant-optional, default-jdk, libservlet3.0-java, imagemagick
Build-Depends-Indep: ant-optional, default-jdk, libservlet3.1-java, imagemagick
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/javahelp2.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/javahelp2.git
......
......@@ -25,8 +25,8 @@ build/$(p_jh):: stamp-build-$(p_jh)
stamp-build-$(p_jh):
#Create symlink to required jars
mkdir -p $(DEB_SRCDIR)/javahelp_nbproject/lib
ln -s -f /usr/share/java/servlet-api-3.0.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/servlet-api.jar
ln -s -f /usr/share/java/jsp-api-2.2.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/jsp-api.jar
ln -s -f /usr/share/java/servlet-api-3.1.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/servlet-api.jar
ln -s -f /usr/share/java/jsp-api-2.3.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/jsp-api.jar
#Remove class uncompilable without JDIC
rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java
#Build javahelp target 'release' is for jars, target 'javadoc' is for javadoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment