[libcommons-modeler-java] 24/39: Removed the dependency on libmx4j-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Oct 26 21:43:36 UTC 2017


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

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

commit dfe3cf7b79784cbd4acef796e535e4b76333d211
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jun 4 06:54:26 2015 +0000

    Removed the dependency on libmx4j-java
---
 debian/ant.properties | 2 --
 debian/changelog      | 7 +++++++
 debian/control        | 2 +-
 debian/rules          | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/ant.properties b/debian/ant.properties
index 1cbd917..fe109b4 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -1,7 +1,5 @@
 commons-digester.jar=/usr/share/java/commons-digester.jar
 commons-logging.jar=/usr/share/java/commons-logging.jar
-jmx.jar=/usr/share/java/mx4j-jmx.jar
-jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
 
 junit.jar=/usr/share/java/junit.jar
 ant.build.javac.source=1.4
diff --git a/debian/changelog b/debian/changelog
index 3783e2d..37b2764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcommons-modeler-java (2.0.1-7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the dependency on libmx4j-java
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 04 Jun 2015 08:53:49 +0200
+
 libcommons-modeler-java (2.0.1-6) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index d5d4b0d..a0a8198 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Michael Koch <konqueror at gmx.de>, Marcus Better <marcus at better.se>
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), ant
 Build-Depends-Indep: default-jdk, libcommons-logging-java,
- libcommons-digester-java, libmx4j-java, junit, maven-repo-helper
+ libcommons-digester-java, junit, maven-repo-helper
 Standards-Version: 3.8.4
 Homepage: http://commons.apache.org/modeler/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libcommons-modeler-java
diff --git a/debian/rules b/debian/rules
index 14a8a2c..5b660b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ JAVA_HOME := /usr/lib/jvm/default-java
 
 # Additional JARs to add to the class path, either full path or just the
 # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
-DEB_JARS := mx4j commons-digester commons-logging junit
+DEB_JARS := commons-digester commons-logging junit
 
 # Ant targets to call
 DEB_ANT_BUILD_TARGET := dist

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



More information about the pkg-java-commits mailing list