[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Sat Jul 28 03:50:47 UTC 2007
gordonp
Fri Jul 27 23:50:47 EDT 2007
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv27136/xmls
Modified Files:
seahawkBuild.xml
Log Message:
Change to reflect move of splasher to own package (done to allow independent splasher and main jar loading)
moby-live/Java/xmls seahawkBuild.xml,1.10,1.11
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/06/16 00:44:51 1.10
+++ /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/07/28 03:50:47 1.11
@@ -4,7 +4,7 @@
<!-- ====================================================== -->
<!-- This block is site-specific parameters (2) for applet deployment, they'll go in a properties file shortly. -->
- <property name="seahawk_applet.dir" location="/export/data/web/bluejay/java/seahawk"/>
+ <property name="seahawk_applet.dir" location="/export/data/web/moby/seahawk/java"/>
<property name="cert.alias" value="mycert"/> <!-- Verisign certificate name -->
<!-- Class containing a static main method to launch the MOBY browser as a standalone app -->
@@ -13,12 +13,12 @@
<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.mainclass" value="ca.ucalgary.seahawk.gui.splash.SeahawkSplasher"/>
+ <property name="seahawk_splash.app" value="ca/ucalgary/seahawk/gui/splash/SeahawkSplasher*.class"/>
<property name="seahawk_splash.image" value="ca/ucalgary/seahawk/resources/images/seahawk_splash.jpg"/>
- <property name="splash.appGUI" value="ca/ucalgary/seahawk/gui/SplashWindow.class"/>
- <property name="splash.appGUIHelper" value="ca/ucalgary/seahawk/gui/SplashWindow$1.class"/>
+ <property name="splash.appGUI" value="ca/ucalgary/seahawk/gui/splash/SplashWindow.class"/>
+ <property name="splash.appGUIHelper" value="ca/ucalgary/seahawk/gui/splash/SplashWindow$1.class"/>
<property name="splash.jar" value="launcher.jar"/>
<property name="servlet.auto.classname" value="org.biomoby.service.test.MobyServletTestCase"/>
More information about the MOBY-guts
mailing list