You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/11 10:56:44 UTC

svn commit: r1229946 - /axis/axis1/java/trunk/src/site/xdoc/releases.xml

Author: veithen
Date: Wed Jan 11 09:56:44 2012
New Revision: 1229946

URL: http://svn.apache.org/viewvc?rev=1229946&view=rev
Log:
Migrated releases.xml to XDoc.

Added:
    axis/axis1/java/trunk/src/site/xdoc/releases.xml
      - copied, changed from r1229943, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml

Copied: axis/axis1/java/trunk/src/site/xdoc/releases.xml (from r1229943, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml)
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/releases.xml?p2=axis/axis1/java/trunk/src/site/xdoc/releases.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml&r1=1229943&r2=1229946&rev=1229946&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml (original)
+++ axis/axis1/java/trunk/src/site/xdoc/releases.xml Wed Jan 11 09:56:44 2012
@@ -1,18 +1,33 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<?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 xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Releases</title>
+  </properties>
   <body>
 
-<a name="Releases"/>
-<section>
-<title>Releases</title>
+<section name="Releases">
 
-<p>
-<table border="0" width="90%">
+<table>
   <tr> 
     <td><b>Name</b></td>
     <td><b>Date</b></td>
@@ -139,7 +154,6 @@
     <td>First Alpha release</td>
   </tr>
 </table>
-</p>
 
 <p>For nightly builds, see the <a href="../interim.html">Interim Drops</a> page.</p>