[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Wed Nov 23 03:14:47 UTC 2005
senger
Tue Nov 22 22:14:46 EST 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard
In directory pub.open-bio.org:/tmp/cvs-serv15060/src/main/org/biomoby/service/dashboard
Modified Files:
GeneratorPanel.java NOTES
Log Message:
moby-live/Java/src/main/org/biomoby/service/dashboard GeneratorPanel.java,1.9,1.10 NOTES,1.31,1.32
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/GeneratorPanel.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/GeneratorPanel.java 2005/11/23 02:48:40 1.9
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/GeneratorPanel.java 2005/11/23 03:14:46 1.10
@@ -458,7 +458,8 @@
String initValue = null;
String os = System.getProperty ("os.name");
if (os.startsWith ("Windows"))
- initValue = "c:\\Program Files\\Apache Software Foundation\\Tomcat 5.5";
+ initValue = null;
+// initValue = "c:\\Program Files\\Apache Software Foundation\\Tomcat 5.5";
else if (os.startsWith ("Mac"))
initValue = null;
else
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES 2005/11/23 02:48:40 1.31
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES 2005/11/23 03:14:46 1.32
@@ -50,12 +50,8 @@
* starting panel/splash screen
-* add deployment panel to code generator
-
* base client panel (services testing panel)
-* more attention for the various encodings
-
* current registry in the window title... "Connected to..."
Later:
@@ -77,6 +73,8 @@
* manage/export/import user preferences
+* more attention for the various encodings
+
? some of the notification stuff can inherit from property change stuff
? move help system to Java Help; more contextual help
More information about the MOBY-guts
mailing list