Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r690 - branches/opensource/python/generate_jnlp

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r690 - branches/opensource/python/generate_jnlp


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r690 - branches/opensource/python/generate_jnlp
  • Date: Thu, 24 Jan 2008 14:43:40 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus AT PSI.CH
Date: Thu Jan 24 14:43:39 2008
New Revision: 690

Log:
Fixed codebase and href attributes of generated JNLP file

Modified:
branches/opensource/python/generate_jnlp/generate_jnlp.py

Modified: branches/opensource/python/generate_jnlp/generate_jnlp.py
==============================================================================
--- branches/opensource/python/generate_jnlp/generate_jnlp.py (original)
+++ branches/opensource/python/generate_jnlp/generate_jnlp.py Thu Jan 24
14:43:39 2008
@@ -20,7 +20,7 @@
print # blank line, end of headers
print """<?xml version="1.0" encoding="utf-8"?>

-<jnlp codebase="http://%(host)s/qtgui" href="idok.jnlp">
+<jnlp codebase="http://%(host)s/" href="cgi-bin/qtgui.jnlp">

<information>
<title>iDok GUI application</title>



  • [idok-commit] idok commit r690 - branches/opensource/python/generate_jnlp, Apache, 01/24/2008

Archive powered by MHonArc 2.6.19.

Top of Page