]> source.dussan.org Git - tigervnc.git/commit
Moved the Java Viewer source into the proper location.
authorConstantin Kaplinsky <const@tightvnc.com>
Mon, 14 Apr 2008 09:13:14 +0000 (09:13 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Mon, 14 Apr 2008 09:13:14 +0000 (09:13 +0000)
commit107934bd53f637875eaf36328fa9d4029828d9e4
treeb029fdb05edd07ebd3a5638a7474fc4e3c8fee1b
parentbb833cd02445d57f028089284e645cf913e640bf
Moved the Java Viewer source into the proper location.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2460 3789f03b-4d11-0410-bbf8-ca57d06f2519
52 files changed:
java/com/tightvnc/vncviewer/AuthPanel.java [deleted file]
java/com/tightvnc/vncviewer/ButtonPanel.java [deleted file]
java/com/tightvnc/vncviewer/CapabilityInfo.java [deleted file]
java/com/tightvnc/vncviewer/CapsContainer.java [deleted file]
java/com/tightvnc/vncviewer/ClipboardFrame.java [deleted file]
java/com/tightvnc/vncviewer/DesCipher.java [deleted file]
java/com/tightvnc/vncviewer/HTTPConnectSocket.java [deleted file]
java/com/tightvnc/vncviewer/HTTPConnectSocketFactory.java [deleted file]
java/com/tightvnc/vncviewer/InStream.java [deleted file]
java/com/tightvnc/vncviewer/LICENCE.TXT [deleted file]
java/com/tightvnc/vncviewer/MANIFEST.MF [deleted file]
java/com/tightvnc/vncviewer/Makefile [deleted file]
java/com/tightvnc/vncviewer/MemInStream.java [deleted file]
java/com/tightvnc/vncviewer/OptionsFrame.java [deleted file]
java/com/tightvnc/vncviewer/README [deleted file]
java/com/tightvnc/vncviewer/RecordingFrame.java [deleted file]
java/com/tightvnc/vncviewer/ReloginPanel.java [deleted file]
java/com/tightvnc/vncviewer/RfbProto.java [deleted file]
java/com/tightvnc/vncviewer/SessionRecorder.java [deleted file]
java/com/tightvnc/vncviewer/SocketFactory.java [deleted file]
java/com/tightvnc/vncviewer/VncCanvas.java [deleted file]
java/com/tightvnc/vncviewer/VncCanvas2.java [deleted file]
java/com/tightvnc/vncviewer/VncViewer.java [deleted file]
java/com/tightvnc/vncviewer/ZlibInStream.java [deleted file]
java/com/tightvnc/vncviewer/index.html [deleted file]
java/com/tightvnc/vncviewer/index.vnc [deleted file]
java/src/com/tightvnc/vncviewer/AuthPanel.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/ButtonPanel.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/CapabilityInfo.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/CapsContainer.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/ClipboardFrame.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/DesCipher.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/HTTPConnectSocket.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/HTTPConnectSocketFactory.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/InStream.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/LICENCE.TXT [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/MANIFEST.MF [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/Makefile [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/MemInStream.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/OptionsFrame.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/README [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/RecordingFrame.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/ReloginPanel.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/RfbProto.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/SessionRecorder.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/SocketFactory.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/VncCanvas.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/VncCanvas2.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/VncViewer.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/ZlibInStream.java [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/index.html [new file with mode: 0644]
java/src/com/tightvnc/vncviewer/index.vnc [new file with mode: 0644]