[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Sat Jun 9 22:06:28 UTC 2007
gordonp
Sat Jun 9 18:06:28 EDT 2007
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv5549/xmls
Modified Files:
seahawkBuild.xml
Log Message:
Revived splash screen for applet
moby-live/Java/xmls seahawkBuild.xml,1.8,1.9
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/06/08 14:04:27 1.8
+++ /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/06/09 22:06:28 1.9
@@ -13,6 +13,7 @@
<property name="seahawk.auto.classname" value="ca.ucalgary.seahawk.gui.test.SeahawkTestCase"/>
<!-- What to call the jar file for the standalone SeaHawk app -->
<property name="seahawk.jarname" value="seahawk"/>
+ <property name="seahawk_splash.mainclass" value="ca.ucalgary.seahawk.gui.SeahawkSplasher"/>
<property name="seahawk_splash.app" value="ca/ucalgary/seahawk/gui/SeahawkSplasher*.class"/>
<property name="seahawk_splash.image" value="ca/ucalgary/seahawk/resources/images/seahawk_splash.jpg"/>
@@ -221,7 +222,7 @@
basedir="${src.main}">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
- <attribute name="Main-Class" value="${seahawk.class}"/>
+ <attribute name="Main-Class" value="${seahawk_splash.mainclass}"/>
<section name="common">
<attribute name="Implementation-Title" value="Seahawk: A Browser for MOBY-S Web Services"/>
<attribute name="Implementation-Version" value="${version}"/>
More information about the MOBY-guts
mailing list