Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Invoke xjc from jaxb-xjc
· d2214a03
Tony Mancill
authored
Nov 05, 2018
- drop build-dep on openjdk-8 - add build-dep on libxml-commons-resolver1.1-java
d2214a03
interim changelog
· 11dfe6ba
Tony Mancill
authored
Nov 06, 2018
11dfe6ba
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
11dfe6ba
jabref (3.8.2+ds-9) UNRELEASED; urgency=medium
* Invoke xjc from jaxb-xjc and drop build-dep on openjdk-8
* Add build-dep on libxml-commons-resolver1.1-java
-- tony mancill <tmancill@debian.org> Tue, 06 Nov 2018 20:11:11 -0800
jabref (3.8.2+ds-8) unstable; urgency=medium
* Add runtime dep on jaxb and update wrapper script for openjdk 11
...
...
debian/control
View file @
11dfe6ba
...
...
@@ -37,8 +37,8 @@ Build-Depends-Indep: ant,
libspin-java,
libswingx-java,
libunirest-java-java,
libxml-commons-resolver1.1-java,
default-jdk,
openjdk-8-jdk,
ure (>= 5.0~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/java-team/jabref
...
...
debian/xjc.sh
View file @
11dfe6ba
...
...
@@ -2,7 +2,7 @@
#
# generate Java bindings for XML schemas used in JabRef
XJC
=
/usr/bin/xjc
XJC
=
"java -cp /usr/share/java/jaxb-xjc.jar:/usr/share/java/jaxb-runtime.jar:/usr/share/java/xml-resolver.jar com.sun.tools.xjc.XJCFacade"
DEST
=
src/main/gen
$XJC
-d
$DEST
\
...
...