|
From: <cre...@us...> - 2006-05-20 18:35:19
|
Revision: 1386 Author: creecode Date: 2006-05-20 11:35:15 -0700 (Sat, 20 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1386&view=rev Log Message: ----------- open docServer.root Modified Paths: -------------- ODBs/trunk/frontierRoot/system/startup/startupScript.fvc Modified: ODBs/trunk/frontierRoot/system/startup/startupScript.fvc =================================================================== --- ODBs/trunk/frontierRoot/system/startup/startupScript.fvc 2006-05-20 06:03:42 UTC (rev 1385) +++ ODBs/trunk/frontierRoot/system/startup/startupScript.fvc 2006-05-20 18:35:15 UTC (rev 1386) @@ -1,6 +1,8 @@ FrontierVcsFile:2:scpt:system.startup.startupScript «Changes + «5/19/06; 3:37:07 PM by TAC + «open docServer.root «4/24/06; 3:00:21 PM by TAC «moved call to system.callbacks.startup after build menu bundle «3/13/06; 12:38:30 PM by TAC @@ -232,6 +234,7 @@ «we don't run startup scripts at this time because they are run later in the open all databases section of the scrpt Frontier.installApp ("mainResponder.root", false); // open mainResponder.root, hidden and add to user.databases Frontier.installApp ("prefs.root", false, "www"); // open prefs.root, hidden and add to user.databases + Frontier.installApp ("docServer.root", false, "www"); // open docServer.root, hidden and add to user.databases }; «bundle // open prefs.root, hidden and add to user.databases «local (f = file.getPathChar () + ((Frontier.getSubFolder ("www") + "prefs.root") - Frontier.pathString), s = f) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |