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 es...@apache.org on 2008/03/06 03:29:55 UTC

svn commit: r634127 - in /portals/pluto/trunk/pluto-portal/src: main/resources/pluto-portal-driver-config.xml site/resources/2.0/

Author: esm
Date: Wed Mar  5 18:29:54 2008
New Revision: 634127

URL: http://svn.apache.org/viewvc?rev=634127&view=rev
Log:
[PLUTO-473]: Updating driver config schema location to use the Pluto 2.0 version (which is currently just a copy of the 1.1 version, but in the future the 2.0 version can evolve seperately from the 1.1 version).

Added:
    portals/pluto/trunk/pluto-portal/src/site/resources/2.0/
      - copied from r634126, portals/pluto/trunk/pluto-portal/src/site/resources/1.1/
Modified:
    portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml

Modified: portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml?rev=634127&r1=634126&r2=634127&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml (original)
+++ portals/pluto/trunk/pluto-portal/src/main/resources/pluto-portal-driver-config.xml Wed Mar  5 18:29:54 2008
@@ -22,7 +22,7 @@
     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/pluto-portal/1.1/pluto-portal-driver-config.xsd"
+                        http://portals.apache.org/pluto/pluto-portal/2.0/pluto-portal-driver-config.xsd"
     version="1.1">
 
   <portal-name>pluto-portal-driver</portal-name>
@@ -61,4 +61,4 @@
     </page>
   </render-config>
   
-</pluto-portal-driver>
\ No newline at end of file
+</pluto-portal-driver>