[javamail] 03/04: Removed the unused Maven rule
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 3 18:50:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit dc7e454987dfc43a5050a32e2bde46641ff07d9a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 3 19:12:17 2018 +0200
Removed the unused Maven rule
---
debian/changelog | 1 +
debian/maven.cleanIgnoreRules | 1 -
debian/maven.publishedRules | 11 -----------
debian/maven.rules | 3 +--
4 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 96a6921..40b3329 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
javamail (1.6.1-2) UNRELEASED; urgency=medium
* Added the Class-Path attribute in the jars
+ * Removed the unused Maven rules
-- Emmanuel Bourg <ebourg at apache.org> Tue, 03 Apr 2018 16:20:38 +0200
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
deleted file mode 100644
index 8b13789..0000000
--- a/debian/maven.cleanIgnoreRules
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
deleted file mode 100644
index 657f227..0000000
--- a/debian/maven.publishedRules
+++ /dev/null
@@ -1,11 +0,0 @@
-
-com.sun.mail all pom s/.*/debian/ * *
-com.sun.mail dsn jar s/.*/debian/ * *
-com.sun.mail gimap jar s/.*/debian/ * *
-com.sun.mail imap jar s/.*/debian/ * *
-com.sun.mail javax.mail jar s/.*/debian/ * *
-com.sun.mail mailapi jar s/.*/debian/ * *
-com.sun.mail mbox jar s/.*/debian/ * *
-com.sun.mail pop3 jar s/.*/debian/ * *
-com.sun.mail smtp jar s/.*/debian/ * *
-javax.mail javax.mail-api jar s/.*/debian/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 1398788..3856b25 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,2 @@
-junit junit jar s/3\..*/3.x/ * *
-junit junit jar s/4\..*/4.x/ * *
+junit junit jar s/.*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list