You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/07 00:03:25 UTC

svn commit: r601902 - in /commons/proper/scxml/trunk/xdocs: 0.7/ 0.7/index.xml navigation.xml

Author: rahul
Date: Thu Dec  6 15:03:24 2007
New Revision: 601902

URL: http://svn.apache.org/viewvc?rev=601902&view=rev
Log:
A page for v0.7 documentation / references (please do not publish site between now and release).

Added:
    commons/proper/scxml/trunk/xdocs/0.7/
    commons/proper/scxml/trunk/xdocs/0.7/index.xml   (with props)
Modified:
    commons/proper/scxml/trunk/xdocs/navigation.xml

Added: commons/proper/scxml/trunk/xdocs/0.7/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/0.7/index.xml?rev=601902&view=auto
==============================================================================
--- commons/proper/scxml/trunk/xdocs/0.7/index.xml (added)
+++ commons/proper/scxml/trunk/xdocs/0.7/index.xml Thu Dec  6 15:03:24 2007
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<document>
+
+ <properties>
+  <title>Commons SCXML v0.7</title>
+  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+ </properties>
+
+ <body>
+
+ <section name="Commons SCXML 0.7 release documentation">
+
+  <p>
+  The following documentation on the v0.7 release is available online:
+  </p>
+
+  <p>
+    <ul>
+      <li>The v0.7 <a href="apidocs/index.html">Javadoc</a>.</li>
+      <li>The v0.7 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/RELEASE-NOTES.txt?view=markup">release notes</a>.</li>
+      <li>The v0.7 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/">source tree</a>.</li>
+    </ul>
+  </p>
+
+ </section>
+
+ </body>
+
+</document>

Propchange: commons/proper/scxml/trunk/xdocs/0.7/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/scxml/trunk/xdocs/0.7/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: commons/proper/scxml/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/navigation.xml?rev=601902&r1=601901&r2=601902&view=diff
==============================================================================
--- commons/proper/scxml/trunk/xdocs/navigation.xml (original)
+++ commons/proper/scxml/trunk/xdocs/navigation.xml Thu Dec  6 15:03:24 2007
@@ -117,6 +117,21 @@
 
     <menu         name="Releases">
 
+      <item       name="Version 0.7"
+                  href="/0.7/index.html"
+                  collapse="true">
+
+        <item     name="Javadoc"
+                  href="/0.7/apidocs/index.html" />
+
+        <item     name="Release notes"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/RELEASE-NOTES.txt?view=markup" />
+
+        <item     name="Source"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/" />
+
+      </item>
+
       <item       name="Version 0.6"
                   href="/0.6/index.html"
                   collapse="true">