mirror of
git://git.proxmox.com/git/vncterm.git
synced 2025-01-05 17:17:38 +03:00
6b53b0de88
We do not really use that, and the old netscape library is not in openjdk (plugin.jar)
14 lines
482 B
Diff
14 lines
482 B
Diff
Index: new/java/src/com/tigervnc/vncviewer/Makefile
|
|
===================================================================
|
|
--- new.orig/java/src/com/tigervnc/vncviewer/Makefile 2013-04-20 15:24:59.000000000 +0200
|
|
+++ new/java/src/com/tigervnc/vncviewer/Makefile 2013-04-20 15:31:48.000000000 +0200
|
|
@@ -4,7 +4,7 @@
|
|
|
|
CP = cp
|
|
JC = javac
|
|
-JCFLAGS = -target 1.5 -classpath ../../../
|
|
+JCFLAGS = -target 1.7 -classpath ../../../
|
|
JAR = jar
|
|
ARCHIVE = VncViewer.jar
|
|
MANIFEST = MANIFEST.MF
|