logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core / pearchannel.xml /PEAR ChannelFile.php: msg#00166

Subject: cvs: pear-core / pearchannel.xml /PEAR ChannelFile.php
cellog          Fri Aug 27 19:25:30 2004 EDT

  Modified files:              
    /pear-core/PEAR     ChannelFile.php 
    /pear-core  pearchannel.xml 
  Log:
  update schemaLocation attribute to be correct
  
http://cvs.php.net/diff.php/pear-core/PEAR/ChannelFile.php?r1=1.12&r2=1.13&ty=u
Index: pear-core/PEAR/ChannelFile.php
diff -u pear-core/PEAR/ChannelFile.php:1.12 pear-core/PEAR/ChannelFile.php:1.13
--- pear-core/PEAR/ChannelFile.php:1.12 Tue Aug 24 14:15:40 2004
+++ pear-core/PEAR/ChannelFile.php      Fri Aug 27 19:25:30 2004
@@ -16,7 +16,7 @@
 // | Authors: Gregory Beaver <cellog@xxxxxxx>                             |
 // +----------------------------------------------------------------------+
 //
-// $Id: ChannelFile.php,v 1.12 2004/08/24 18:15:40 cellog Exp $
+// $Id: ChannelFile.php,v 1.13 2004/08/27 23:25:30 cellog Exp $
 
 require_once 'PEAR/Common.php';
 
@@ -762,7 +762,7 @@
         $ret = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n";
         $ret .= "<channel version=\"$channelInfo[version]\" 
xmlns=\"http://pear.php.net/channel-1.0\";
   xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\";
-  
xsi:schemaLocation=\"http://pear.php.net/dtd/channel-$channelInfo[version].xsd\";>
+  xsi:schemaLocation=\"http://pear.php.net/dtd/channel-$channelInfo[version] 
http://pear.php.net/dtd/channel-$channelInfo[version].xsd\";>
  <name>$channelInfo[name]</name>
  <summary>" . htmlspecialchars($channelInfo['summary'])."</summary>
 ";
http://cvs.php.net/diff.php/pear-core/pearchannel.xml?r1=1.4&r2=1.5&ty=u
Index: pear-core/pearchannel.xml
diff -u pear-core/pearchannel.xml:1.4 pear-core/pearchannel.xml:1.5
--- pear-core/pearchannel.xml:1.4       Mon Aug 23 01:41:36 2004
+++ pear-core/pearchannel.xml   Fri Aug 27 19:25:30 2004
@@ -1,20 +1,19 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<channel version="1.0" xmlns="http://pear.php.net/channel-1.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://pear.php.net/dtd/channel-1.0.xsd";>
- <name>chiara</name>
- <summary>PHP Extension and Application Repository</summary>
- <servers>
-  <primary host="pear.php.net">
-   <xmlrpc>
-    <function version="1.0">logintest</function>
-    <function version="1.0">package.listLatestReleases</function>
-    <function version="1.0">package.listAll</function>
-    <function version="1.0">package.info</function>
-    <function version="1.0">package.getDownloadURL</function>
-    <function version="1.0">channel.update</function>
-    <function version="1.0">channel.listAll</function>
-   </xmlrpc>
-  </primary>
- </servers>
-</channel>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<channel version="1.0" xmlns="http://pear.php.net/channel-1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://pear.php.net/channel-1.0
+http://pear.php.net/dtd/channel-1.0.xsd";>
+       <name>chiara</name>
+       <summary>PHP Extension and Application Repository</summary>
+       <servers>
+               <primary host="pear.php.net">
+                       <xmlrpc>
+                               <function version="1.0">logintest</function>
+                               <function 
version="1.0">package.listLatestReleases</function>
+                               <function 
version="1.0">package.listAll</function>
+                               <function version="1.0">package.info</function>
+                               <function 
version="1.0">package.getDownloadURL</function>
+                               <function 
version="1.0">channel.update</function>
+                               <function 
version="1.0">channel.listAll</function>
+                       </xmlrpc>
+               </primary>
+       </servers>
+</channel>

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>