Skip to content

Commit 25b5998

Browse files
committed
making use of javac target option to keep binary compatibility to java5 and rebuild jar
1 parent 1de0ffe commit 25b5998

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<mkdir dir="build/classes" />
77
<mkdir dir="build/examples" />
88
<javac includeantruntime="false" debug="on" srcdir="src/main/java"
9-
destdir="build/classes" />
9+
destdir="build/classes" target="1.5" />
1010
<javac includeantruntime="false" srcdir="src/main/example/"
1111
classpath="build/classes" destdir="build/examples" />
1212
</target>

dist/WebSocket.jar

-90 KB
Binary file not shown.

dist/java_websocket.jar

86.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)