Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
javahelp2
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
javahelp2
Commits
e93e0d33
Commit
e93e0d33
authored
11 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Switch to Servlet API 3.0
parent
9dff384f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+2
-2
2 additions, 2 deletions
debian/rules
with
4 additions
and
3 deletions
debian/changelog
+
1
−
0
View file @
e93e0d33
javahelp2 (2.0.05.ds1-7) UNRELEASED; urgency=medium
* Team upload.
* Switch to Servlet API 3.0
* debian/control:
- Removed the unused build dependency on libtomcat6-java
- Standards-Version updated to 3.9.5 (no changes)
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
e93e0d33
...
...
@@ -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, libservlet
2.5
-java, imagemagick
Build-Depends-Indep: ant-optional, default-jdk, libservlet
3.0
-java, imagemagick
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/javahelp2
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/javahelp2
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
2
View file @
e93e0d33
...
...
@@ -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-
2.5
.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/servlet-api.jar
ln -s -f /usr/share/java/jsp-api-2.
1
.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/jsp-api.jar
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
#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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment