Revision: 1566
http://obo.svn.sourceforge.net/obo/?rev=1566&view=rev
Author: mgibson
Date: 2008-03-03 06:56:06 -0800 (Mon, 03 Mar 2008)
Log Message:
-----------
woops - need to remember to keep smart-atlas.jnlp up to date
its reason for existence is that when you launch phenote from
smart atlas it will go right into the smart atlas config as it should
rather than asking the user which config they want - since they are launching
from smart atlas no reason to ask that question
downside is you hafta keep separate smart atlas jnlp up to date
would be nice if there was someway to pass param of config in
to webstart (???) - the birn folk do this thing where they actually
rewrite the whole jnlp file every time - hmmm
Modified Paths:
--------------
phenote/trunk/doc/phenote-website/phenote-smart-atlas.jnlp
Modified: phenote/trunk/doc/phenote-website/phenote-smart-atlas.jnlp
===================================================================
--- phenote/trunk/doc/phenote-website/phenote-smart-atlas.jnlp 2008-02-29 22:40:10 UTC (rev 1565)
+++ phenote/trunk/doc/phenote-website/phenote-smart-atlas.jnlp 2008-03-03 14:56:06 UTC (rev 1566)
@@ -28,7 +28,9 @@
<j2se version="1.5+" initial-heap-size="64m" max-heap-size="600m" />
<jar href="jars/phenote.jar" />
<jar href="jars/oboedit.jar" />
- <jar href="jars/org.geneontology.jar" />
+ <jar href="jars/obo.jar" />
+ <jar href="jars/bbop.jar" />
+
<jar href="jars/BrowserLauncher2-10rc4.jar" />
<jar href="jars/jsr173_1.0_api.jar" />
<jar href="jars/phenoxmlbeans.jar" />
@@ -44,10 +46,20 @@
<jar href="jars/jdom.jar" />
<jar href="jars/quaqua.jar" />
<jar href="jars/jebl-0.4.jar" />
- <jar href="jars/swing-layout.jar" />
<jar href="jars/glazedlists-1.7.0_java15.jar" />
+ <jar href="jars/swing-layout.jar"/>
+ <jar href="jars/swingx-2007_10_14.jar"/>
+ <jar href="jars/eutils.jar"/>
+ <jar href="jars/commons-discovery-0.2.jar"/>
+ <jar href="jars/commons-lang-2.1.jar"/>
+ <jar href="jars/commons-beanutils-1.6.jar"/>
+ <jar href="jars/commons-logging-1.0.4.jar"/>
<nativelib href="jars/phenote-nativelibs.jar"/>
+ <jar href="jars/saaj.jar"/>
+ <jar href="jars/jaxrpc.jar"/>
+ <jar href="jars/wsdl4j-1.5.1.jar"/>
+
</resources>
<!-- was smart-atlas.cfg, merged into birn.cfg -->
<application-desc main-class="phenote.main.Phenote">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|