[MOBY-guts] biomoby commit

Lonny Montoya lxm at pub.open-bio.org
Fri Mar 17 18:44:17 UTC 2006


lxm
Fri Mar 17 13:44:16 EST 2006
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/api
In directory pub.open-bio.org:/tmp/cvs-serv11648/src/org/semanticmoby/api

Modified Files:
	Log.java 
Log Message:
several small bugfixes,
fix to aboutURI of tair-mapviewer,
added static block to Log for static initialization,
added the next build tag (build-2006-3a) to the footer,
reformatted the search results page as the proxy resources now
have about URIs to display


s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/api Log.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/api/Log.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/api/Log.java	2006/03/15 00:57:37	1.2
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/api/Log.java	2006/03/17 18:44:16	1.3
@@ -43,6 +43,12 @@
     private static String fileName = "smoby-log.html";
 
 
+    static {
+
+        init();
+    }
+
+
     /**
      * Initializes the logger.
      * @param fileName The path/name of the log file to use.




More information about the MOBY-guts mailing list