Codebase list libxstream-java / 01cf40a
Fix java bytecode / java runtime version mismatch by setting -source and -target to 1.5 (Closes: #503789) Varun Hiremath 15 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libxstream-java (1.3-4) unstable; urgency=low
1
2 * Fix java bytecode / java runtime version mismatch by setting -source
3 and -target to 1.5 (Closes: #503789)
4
5 -- Varun Hiremath <varun@debian.org> Sat, 01 Nov 2008 11:41:26 -0400
6
07 libxstream-java (1.3-3) unstable; urgency=low
18
29 * Really move package to main.
66 DEB_ANT_BUILDFILE := xstream/build.xml
77 DEB_ANT_BUILD_TARGET := benchmark:compile jar
88 DEB_JARS := xom joda-time jettison cglib dom4j xpp3 jdom1
9 ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
910
1011 install/libxstream-java::
1112 install -m644 -D xstream/target/xstream-SNAPSHOT.jar $(DEB_DESTDIR)/usr/share/java/xstream-$(DEB_UPSTREAM_VERSION).jar