[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Mon Aug 25 16:27:28 UTC 2008


kawas
Mon Aug 25 12:27:28 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/share
In directory dev.open-bio.org:/tmp/cvs-serv7817/Perl/MOSES-MOBY/share

Modified Files:
	moby-services.cfg.template 
Added Files:
	AsyncMobyServer.cgi.template 
Log Message:
added async service support to moses. MOBY.pm has some documentation, but more is to come.
 *ASYNC_SERVICE_TABLE refers to an as yet unimplemented example.
 *for those updating to this version, please make sure to run moses-install.pl again.
 *this module now uses WSRF-Lite and MOBY-Client
moby-live/Perl/MOSES-MOBY/share AsyncMobyServer.cgi.template,NONE,1.1 moby-services.cfg.template,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/share/moby-services.cfg.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/share/moby-services.cfg.template	2008/02/21 00:12:55	1.3
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/share/moby-services.cfg.template	2008/08/25 16:27:28	1.4
@@ -18,8 +18,10 @@
 [generators]
 outdir = @GENERATED_DIR@
 impl.outdir = @SERVICES_DIR@
+impl.async.outdir = @ASYNC_SERVICES_DIR@
 impl.package.prefix = Service
 impl.services.table = @SERVICES_TABLE@
+impl.async.services.table = @ASYNC_SERVICES_TABLE@
 #ignore.existing.types = true
 
 [log]




More information about the MOBY-guts mailing list