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:27:47 UTC

svn commit: r634126 - in /portals/pluto/trunk: pluto-portal/src/main/resources/ pluto-portal/src/site/resources/ pluto-portal/src/site/resources/1.1/ pluto-site/src/site/resources/xsd/

Author: esm
Date: Wed Mar  5 18:27:45 2008
New Revision: 634126

URL: http://svn.apache.org/viewvc?rev=634126&view=rev
Log:
[PLUTO-473]: merge from pluto-1.1.x branch r634123 -
1) Current XSD from http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd was copied to pluto-site/src/site/resources/xsd so it is now part of the website generated by 'mvn site'.
2) The correct XSD should now be published under http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd
3) The pluto-portal-driver-config.xml schema location was updated to use the correct XSD url 

Added:
    portals/pluto/trunk/pluto-portal/src/site/resources/
      - copied from r634123, portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/resources/
    portals/pluto/trunk/pluto-portal/src/site/resources/1.1/
      - copied from r634123, portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/resources/1.1/
    portals/pluto/trunk/pluto-portal/src/site/resources/1.1/pluto-portal-driver-config.xsd
      - copied unchanged from r634123, portals/pluto/branches/pluto-1.1.x/pluto-portal/src/site/resources/1.1/pluto-portal-driver-config.xsd
    portals/pluto/trunk/pluto-site/src/site/resources/xsd/
      - copied from r634123, portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/resources/xsd/
    portals/pluto/trunk/pluto-site/src/site/resources/xsd/pluto-portal-driver-config.xsd
      - copied unchanged from r634123, portals/pluto/branches/pluto-1.1.x/pluto-site/src/site/resources/xsd/pluto-portal-driver-config.xsd
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=634126&r1=634125&r2=634126&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:27:45 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/xsd/pluto-portal-driver-config.xsd"
+                        http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd"
     version="1.1">
 
   <portal-name>pluto-portal-driver</portal-name>