Author: rahul
Date: Thu May 22 13:42:46 2008
New Revision: 659247

URL: http://svn.apache.org/viewvc?rev=659247&view=rev
Log:
Port various changes related to the v0.8 release from trunk.

Modified:
    commons/proper/scxml/branches/J6/src/site/site.xml
    commons/proper/scxml/branches/J6/xdocs/index.xml
    commons/proper/scxml/branches/J6/xdocs/navigation.xml

Modified: commons/proper/scxml/branches/J6/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/site/site.xml?rev=659247&r1=659246&r2=659247&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/site/site.xml (original)
+++ commons/proper/scxml/branches/J6/src/site/site.xml Thu May 22 13:42:46 2008
@@ -106,12 +106,27 @@
                   href="/source-repository.html"/>
 
       <item       name="Download"
-                  
href="http://commons.apache.org/downloads/download_scxml.cgi"/>
+                  href="/download_scxml.cgi"/>
 
     </menu>
 
     <menu         name="Releases">
 
+      <item       name="Version 0.8"
+                  href="/0.8/index.html"
+                  collapse="true">
+
+        <item     name="Javadoc"
+                  href="/0.8/apidocs/index.html" />
+
+        <item     name="Release notes"
+                  
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup";
 />
+
+        <item     name="Source"
+                  
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/"; />
+
+      </item>
+
       <item       name="Version 0.7"
                   href="/0.7/index.html"
                   collapse="true">

Modified: commons/proper/scxml/branches/J6/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/index.xml?rev=659247&r1=659246&r2=659247&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/xdocs/index.xml (original)
+++ commons/proper/scxml/branches/J6/xdocs/index.xml Thu May 22 13:42:46 2008
@@ -73,10 +73,10 @@
 
  <section name="Releases">
   <p>
-  The latest release is v0.7. Read
-  <a 
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/RELEASE-NOTES.txt?view=markup";>v0.7
+  The latest release is v0.8. Read
+  <a 
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup";>v0.8
   release notes</a> before upgrading.
-  <a href="http://commons.apache.org/downloads/download_scxml.cgi";>Download 
v0.7!</a>
+  <a href="http://commons.apache.org/scxml/download_scxml.cgi";>Download 
v0.8!</a>
   </p>
   <p>
   The first release was v0.5. The initial release version number was chosen

Modified: commons/proper/scxml/branches/J6/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/navigation.xml?rev=659247&r1=659246&r2=659247&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/xdocs/navigation.xml (original)
+++ commons/proper/scxml/branches/J6/xdocs/navigation.xml Thu May 22 13:42:46 
2008
@@ -111,12 +111,27 @@
                   
href="http://svn.apache.org/viewvc/commons/proper/scxml/trunk/"/>
 
       <item       name="Download"
-                  
href="http://commons.apache.org/downloads/download_scxml.cgi"/>
+                  href="/download_scxml.cgi"/>
 
     </menu>
 
     <menu         name="Releases">
 
+      <item       name="Version 0.8"
+                  href="/0.8/index.html"
+                  collapse="true">
+
+        <item     name="Javadoc"
+                  href="/0.8/apidocs/index.html" />
+
+        <item     name="Release notes"
+                  
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup";
 />
+
+        <item     name="Source"
+                  
href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/"; />
+
+      </item>
+
       <item       name="Version 0.7"
                   href="/0.7/index.html"
                   collapse="true">


Reply via email to