From a9efd3885f6df4f23dbaf448b14b0ca9e09b6b6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Tue, 14 Apr 2009 13:47:02 +0000 Subject: [PATCH] The index.vnc in the javabin directory was removed in r3667. We could resurrect it, but the location is not very good. One alternative would be to use java/src/com/tigervnc/vncviewer/index.vnc, but this file is, despite it's location, specific to Xvnc. Long term, we should probably merge the two different .vnc files into one. It might also make sense to ship the WinVNC .vnc on disk rather than inside the EXE. But for now, use the .vnc just as before. I have resurrected it in the winvnc directory, though. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3776 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- win/winvnc/index.vnc | 13 +++++++++++++ win/winvnc/winvnc.rc | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 win/winvnc/index.vnc diff --git a/win/winvnc/index.vnc b/win/winvnc/index.vnc new file mode 100644 index 00000000..aecb6131 --- /dev/null +++ b/win/winvnc/index.vnc @@ -0,0 +1,13 @@ + + + +VNC viewer for Java + + + + + + + + diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc index cba7cc90..2fd0d2b2 100644 --- a/win/winvnc/winvnc.rc +++ b/win/winvnc/winvnc.rc @@ -211,7 +211,7 @@ END // /VNCVIEWER.JAR HTTPFILE DISCARDABLE "..\\..\\java\\src\\com\\tigervnc\\vncviewer\\VncViewer.jar" -/INDEX.VNC HTTPFILE DISCARDABLE "..\\..\\common\\javabin\\index.vnc" +/INDEX.VNC HTTPFILE DISCARDABLE "index.vnc" ///////////////////////////////////////////////////////////////////////////// // -- 2.39.5