Move the java stuff into webclients/java-applet.

pull/1/head
Christian Beier 13 years ago
parent faadd48448
commit bdd7e25d2d

@ -917,7 +917,8 @@ AC_CONFIG_FILES([Makefile
examples/android/Makefile
vncterm/Makefile
webclients/Makefile
webclients/ssl/Makefile
webclients/java-applet/Makefile
webclients/java-applet/ssl/Makefile
libvncclient/Makefile
client_examples/Makefile
test/Makefile

@ -1,5 +1,4 @@
EXTRA_DIST=VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch
SUBDIRS = ssl
DIST_SUBDIRS = ssl
SUBDIRS = java-applet
DIST_SUBDIRS = java-applet
EXTRA_DIST=index.vnc novnc

@ -10,7 +10,7 @@
$USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
</head>
<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
<APPLET CODE=VncViewer.class ARCHIVE=java-applet/VncViewer.jar
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$PORT>
<param name="Open New Window" value=yes>

@ -0,0 +1,5 @@
EXTRA_DIST=VncViewer.jar javaviewer.pseudo_proxy.patch
SUBDIRS = ssl
DIST_SUBDIRS = ssl
Loading…
Cancel
Save