Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/javabin/index.vnc b/common/javabin/index.vnc
new file mode 100644
index 0000000..aecb613
--- /dev/null
+++ b/common/javabin/index.vnc
@@ -0,0 +1,13 @@
+<HTML>
+<HEAD>
+<TITLE>
+VNC viewer for Java
+</TITLE>
+</HEAD>
+<BODY>
+<APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar
+        WIDTH=400 HEIGHT=250>
+<PARAM name="port" value="$PORT">
+</APPLET>
+</BODY>
+</HTML>
diff --git a/common/javabin/logo150x150.gif b/common/javabin/logo150x150.gif
new file mode 100644
index 0000000..f1699ba
--- /dev/null
+++ b/common/javabin/logo150x150.gif
Binary files differ
diff --git a/common/javabin/vncviewer.jar b/common/javabin/vncviewer.jar
new file mode 100644
index 0000000..3c92b5b
--- /dev/null
+++ b/common/javabin/vncviewer.jar
Binary files differ