[jas-plotter] 05/06: Generate classpath indication in JAR manifest.
Giovanni Mascellani
gio at moszumanska.debian.org
Fri May 6 13:02:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository jas-plotter.
commit ff7c55fa63fba116391a90127994285f16b54ceb
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Fri May 6 14:38:47 2016 +0200
Generate classpath indication in JAR manifest.
---
debian/changelog | 1 +
debian/patches/pom.xml.diff | 20 ++++++++++++++++++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b00199a..5c4f085 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jas-plotter (2.2.6+dfsg1-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8 (no changes required).
* Build with debhelper 9 instead of CDBS.
* Quit using topgit and remove leftovers.
+ * Generate classpath indication in JAR manifest.
[ Philipp Huebner ]
* Add myself as uploader.
diff --git a/debian/patches/pom.xml.diff b/debian/patches/pom.xml.diff
index c69f897..9d2c3fd 100644
--- a/debian/patches/pom.xml.diff
+++ b/debian/patches/pom.xml.diff
@@ -14,7 +14,23 @@ Index: jas-plotter/pom.xml
===================================================================
--- jas-plotter.orig/pom.xml
+++ jas-plotter/pom.xml
-@@ -29,12 +29,6 @@
+@@ -25,16 +25,22 @@
+ <skip>true</skip>
+ </configuration>
+ </plugin>
++ <plugin>
++ <artifactId>maven-jar-plugin</artifactId>
++ <configuration>
++ <archive>
++ <manifest>
++ <addClasspath>true</addClasspath>
++ <classpathLayoutType>repository</classpathLayoutType>
++ <classpathPrefix>/usr/share/maven-repo</classpathPrefix>
++ </manifest>
++ </archive>
++ </configuration>
++ </plugin>
+ </plugins>
</build>
<dependencies>
<dependency>
@@ -27,7 +43,7 @@ Index: jas-plotter/pom.xml
<groupId>javax.help</groupId>
<artifactId>javahelp</artifactId>
<version>2.0.02</version>
-@@ -48,7 +42,11 @@
+@@ -48,7 +54,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
--
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/jas-plotter.git
More information about the pkg-java-commits
mailing list