Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r753 - trunk/python/generate_jnlp

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r753 - trunk/python/generate_jnlp


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r753 - trunk/python/generate_jnlp
  • Date: Fri, 22 Feb 2008 16:49:59 +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
Date: Fri Feb 22 16:49:59 2008
New Revision: 753

Log:
In jnlp file for test server set com.trolltech.qt.load-from-cache to true

Modified:
trunk/python/generate_jnlp/generate_jnlp.py

Modified: trunk/python/generate_jnlp/generate_jnlp.py
==============================================================================
--- trunk/python/generate_jnlp/generate_jnlp.py (original)
+++ trunk/python/generate_jnlp/generate_jnlp.py Fri Feb 22 16:49:59 2008
@@ -69,7 +69,7 @@

<resources>
<j2se version="1.5+"/>
- <jar href="/ant_dist/qtgui.jar" main="true"/>
+ <jar href="/ant_dist/qtgui.jar"/>
<jar href="/ant_dist/idok.jar"/>
<jar href="/lib/svnkit.jar"/>
<jar href="/lib/avalon-framework.jar"/>
@@ -86,6 +86,7 @@
<property name="com.trolltech.launcher.webstart" value="true"/>
<property name="com.trolltech.qt.internal.jambipath" value=""/>
<property name="com.trolltech.qt.implicit-loading" value="false"/>
+ <property name="com.trolltech.qt.load-from-cache" value="true"/>
</resources>

<resources os="Windows" arch="x86">



  • [idok-commit] idok commit r753 - trunk/python/generate_jnlp, AFS account Roman Geus, 02/22/2008

Archive powered by MHonArc 2.6.19.

Top of Page