File: add-classpath.patch

package info (click to toggle)
postgis-java 1%3A2025.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: java: 5,630; xml: 1,649; sh: 196; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add classpath to postgis-jdbc jar.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/postgis-jdbc/pom.xml
+++ b/postgis-jdbc/pom.xml
@@ -42,6 +42,9 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
+                        <manifest>
+                            <addClasspath>true</addClasspath>
+                        </manifest>
                         <manifestEntries>
                             <Automatic-Module-Name>net.postgis.jdbc</Automatic-Module-Name>
                         </manifestEntries>