[libasm4-java] 05/05: Removed the unused gnujaxp.jar from the classpath

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Mar 9 21:45:45 UTC 2014


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

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

commit ae3f8e08bccbb0c25746641904c26ad4951a6eae
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Mar 9 22:44:49 2014 +0100

    Removed the unused gnujaxp.jar from the classpath
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1af992a..050d71c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libasm4-java (4.1-4) UNRELEASED; urgency=medium
   * Switch to debhelper level 9
   * debian/copyright: Updated the Format URI
   * Use XZ compression for the upstream tarball
+  * debian/rules: Removed the unused gnujaxp.jar from the classpath
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 09 Mar 2014 22:06:41 +0100
 
diff --git a/debian/rules b/debian/rules
index 64630be..65c1f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := gnujaxp ant ant-junit junit xalan2 $(JAVA_HOME)/lib/tools.jar
+DEB_JARS             := ant ant-junit junit xalan2 $(JAVA_HOME)/lib/tools.jar
 DEB_ANT_BUILD_TARGET := dist
 DEB_ANT_BUILDFILE    := build.xml
 DEB_ANT_ARGS         := -propertyfile debian/ant.properties -Dproduct.version=$(VERSION)

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



More information about the pkg-java-commits mailing list