You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by ta...@apache.org on 2005/01/20 23:41:22 UTC

svn commit: r125861 - /incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql

Author: taylor
Date: Thu Jan 20 15:41:20 2005
New Revision: 125861

URL: http://svn.apache.org/viewcvs?view=rev&rev=125861
Log:
add FileSystemServer record

Modified:
   incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql

Modified: incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql?view=diff&rev=125861&p1=incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql&r1=125860&p2=incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql&r2=125861
==============================================================================
--- incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql	(original)
+++ incubator/graffito/trunk/components/src/sql/GraffitoServer/insert-db.sql	Thu Jan 20 15:41:20 2005
@@ -18,5 +18,6 @@
 INSERT INTO SYS_CMS_CLASSES VALUES("Link","org.apache.portals.graffito.model.impl.LinkImpl");
 INSERT INTO SYS_CMS_CLASSES VALUES("WebdavServer","org.apache.portals.graffito.model.impl.WebdavServerImpl");
 INSERT INTO SYS_CMS_CLASSES VALUES("GraffitoServer","org.apache.portals.graffito.model.impl.GraffitoServerImpl");
+INSERT INTO SYS_CMS_CLASSES VALUES("FileSystemServer","org.apache.portals.graffito.model.impl.FileSystemServerImpl");
 INSERT INTO SYS_CMS_CLASSES VALUES("HistoryElement","org.apache.portals.graffito.model.impl.HistoryElementImpl");