You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/10/20 04:39:19 UTC

svn commit: rev 55120 - portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF

Author: ddewolf
Date: Tue Oct 19 19:39:18 2004
New Revision: 55120

Modified:
   portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/pluto-portal-driver-config.xml
Log:
Adding Schema Reference.

Modified: portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/pluto-portal-driver-config.xml
==============================================================================
--- portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/pluto-portal-driver-config.xml	(original)
+++ portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/pluto-portal-driver-config.xml	Tue Oct 19 19:39:18 2004
@@ -1,4 +1,11 @@
-<pluto-portal-driver>
+<?xml version="1.0"?>
+
+<pluto-portal-driver
+  xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver.config.xsd
+                      http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd"
+  version="1.1">
 
     <portal-name>pluto-portal-driver</portal-name>
     <portal-version>1.1-ALPHA</portal-version>