Package: msv / 2009.1+dfsg1-6
Metadata
| Package | Version | Patches format |
|---|---|---|
| msv | 2009.1+dfsg1-6 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Add classpath to JAR.patch | (download) |
msv/pom.xml |
1 1 + 0 - 0 ! |
add classpath to jar. Instruct maven to add classpath information to the generated JARs. |
| 0002 Do not compile module generator.patch | (download) |
pom.xml |
1 0 + 1 - 0 ! |
do not compile module generator. Module generator is distributed with a non-free license, so it must be removed from the Debian package. |
| 0003 rngconverter pom add mainclass.patch | (download) |
rngconverter/pom.xml |
8 4 + 4 - 0 ! |
add 'main-class' to rngconverter jar file manifest The maven-jar-plugin configuration in rngconverter/pom.xml had the intention of creating a runnable JAR file, but was not working due to an incorrect organization of the XML elements. In particular: + the '<manifest>' elt needed to be within the '<archive>' elt + the '<addClasspath>' elt needed to be within the '<manifest>' elt. |
1
