Codebase list jinput / 581a9ed
Fix FTBFS with Java7 Signed-off-by: Niels Thykier <niels@thykier.net> Niels Thykier 11 years ago
3 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 jinput (20100502+dfsg-7) UNRELEASED; urgency=low
1
2 * Team upload.
3 * Patch a build.xml to include class-path for javahl call,
4 which was needed to fix FTBFS with Java7.
5
6 -- Niels Thykier <niels@thykier.net> Thu, 21 Jun 2012 14:19:51 +0200
7
08 jinput (20100502+dfsg-6) unstable; urgency=low
19
210 * Team upload.
0 Description: Fix FTBFS with Java7
1
2 diff --git a/plugins/linux/build.xml b/plugins/linux/build.xml
3 index ad912f4..2848db3 100644
4 --- a/plugins/linux/build.xml
5 +++ b/plugins/linux/build.xml
6 @@ -56,6 +56,7 @@
7 <javah destdir="src/native">
8 <classpath>
9 <pathelement location="classes"/>
10 + <pathelement location="../../coreAPI/bin/jinput-core.jar"/>
11 </classpath>
12 <class name="net.java.games.input.LinuxEventDevice"/>
13 <class name="net.java.games.input.LinuxJoystickDevice"/>
22 02build.xml.nonfree
33 03javadoc
44 04jinput-remove-getDeviceUsageBits.patch
5 05java7-compat.patch