You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/06/19 10:32:16 UTC

svn commit: r1494497 - /openoffice/updates-site/trunk/test.Update

Author: orw
Date: Wed Jun 19 08:32:16 2013
New Revision: 1494497

URL: http://svn.apache.org/r1494497
Log:
122444: correct testing update feed

Modified:
    openoffice/updates-site/trunk/test.Update

Modified: openoffice/updates-site/trunk/test.Update
URL: http://svn.apache.org/viewvc/openoffice/updates-site/trunk/test.Update?rev=1494497&r1=1494496&r2=1494497&view=diff
==============================================================================
--- openoffice/updates-site/trunk/test.Update (original)
+++ openoffice/updates-site/trunk/test.Update Wed Jun 19 08:32:16 2013
@@ -10,10 +10,11 @@
   <!-- English (US) - Windows -->
   <entry>
     <title>Update available</title>
-    <category term="OpenOffice.org_4_en-US" label="Apache OpenOffice update"/>
+    <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
+    <category term="OpenOffice_4_en-US" label="Apache OpenOffice update"/>
     <content type="application/xml">
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:id>OpenOffice_4_en-US</inst:id>
         <inst:version>5.0</inst:version>
         <!-- buildid must be higher as installed version -->
         <inst:buildid>9999</inst:buildid>
@@ -29,11 +30,10 @@
   <!-- English (US) - MacOS X -->
   <entry>
     <title>Update available</title>
-    <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
-    <category term="OpenOffice.org_4_en-US" label="Apache OpenOffice update"/>
+    <category term="OpenOffice_4_en-US" label="Apache OpenOffice update"/>
     <content type="application/xml">
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:id>OpenOffice_4_en-US</inst:id>
         <inst:version>5.0</inst:version>
         <inst:buildid>9999</inst:buildid>
         <inst:os>MacOSX</inst:os>
@@ -45,10 +45,10 @@
   <!-- English (US) - Linux - 32bit -->
   <entry>
     <title>Update available</title>
-    <category term="OpenOffice.org_4_en-US" label="Apache OpenOffice update"/>
+    <category term="OpenOffice_4_en-US" label="Apache OpenOffice update"/>
     <content type="application/xml">
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:id>OpenOffice_4_en-US</inst:id>
         <inst:version>5.0</inst:version>
         <inst:buildid>9999</inst:buildid>
         <inst:os>Linux</inst:os>
@@ -60,10 +60,10 @@
   <!-- English (US) - Linux - 64bit -->
   <entry>
     <title>Update available</title>
-    <category term="OpenOffice.org_4_en-US" label="Apache OpenOffice update"/>
+    <category term="OpenOffice_4_en-US" label="Apache OpenOffice update"/>
     <content type="application/xml">
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:id>OpenOffice_4_en-US</inst:id>
         <inst:version>5.0</inst:version>
         <inst:buildid>9999</inst:buildid>
         <inst:os>Linux</inst:os>