File: jmol_path_in_pom.patch

package info (click to toggle)
biojava6-live 6.1.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 109,224 kB
  • sloc: java: 245,617; xml: 27,410; python: 64; makefile: 39; sh: 31
file content (16 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: currently jmol does not ship Maven artifacts
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-19

--- a/biojava-structure-gui/pom.xml
+++ b/biojava-structure-gui/pom.xml
@@ -43,6 +43,8 @@
             <groupId>net.sourceforge.jmol</groupId>
             <artifactId>jmol</artifactId>
             <version>14.31.10</version>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/Jmol.jar</systemPath>
         </dependency>
         <!-- logging dependencies (managed by parent pom, don't set versions or
             scopes here) -->