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 2013/03/07 20:36:28 UTC

svn commit: r1454041 - in /axis/axis1/java/trunk/axis-ant/src/site: site.xml xdoc/foreach.xml xdoc/runaxisfunctionaltests.xml

Author: veithen
Date: Thu Mar  7 19:36:28 2013
New Revision: 1454041

URL: http://svn.apache.org/r1454041
Log:
Migrated the remaining ant task documentation.

Added:
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/foreach.xml
      - copied, changed from r1454036, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/foreach.xml
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/runaxisfunctionaltests.xml
      - copied, changed from r1454036, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/runaxisfunctionaltests.xml
Modified:
    axis/axis1/java/trunk/axis-ant/src/site/site.xml

Modified: axis/axis1/java/trunk/axis-ant/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/site.xml?rev=1454041&r1=1454040&r2=1454041&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-ant/src/site/site.xml (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/site.xml Thu Mar  7 19:36:28 2013
@@ -27,6 +27,8 @@
             <item name="axis-admin" href="axis-admin.html"/>
             <item name="axis-java2wsdl" href="axis-java2wsdl.html"/>
             <item name="axis-wsdl2java" href="axis-wsdl2java.html"/>
+            <item name="foreach" href="foreach.html"/>
+            <item name="runaxisfunctionaltests" href="runaxisfunctionaltests.html"/>
         </menu>
     </body>
 </project>

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/foreach.xml (from r1454036, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/foreach.xml)
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/foreach.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/foreach.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/foreach.xml&r1=1454036&r2=1454041&rev=1454041&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/foreach.xml (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/foreach.xml Thu Mar  7 19:36:28 2013
@@ -1,18 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ 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>Foreach Task</title>
+  </properties>
   <body>
 
-<section>
-<title>Foreach Task</title>
-
-<p>Call a target foreach entry in a set of parameters based on a fileset.</p>
-
-<section>
-<title>Description</title>
+<section name="Description">
 
 <p>Call a target foreach entry in a set of parameters based on a fileset.</p>
 <p><i>For Axis development; there is no support or stability associated with this task</i></p>
@@ -40,8 +53,7 @@
 
 </section>
 
-<section>
-<title>Parameters</title>
+<section name="Parameters">
 
 <table>
   <tr>
@@ -78,14 +90,11 @@
 
 </section>
 
-<section>
-<title>Parameters as nested elements</title>
+<section name="Parameters as nested elements">
 
 <p>param (org.apache.axis.tools.ant.foreach.ParamSet)<br/></p>
 
 </section>
 
-</section>
-
   </body>
 </document>

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/runaxisfunctionaltests.xml (from r1454036, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/runaxisfunctionaltests.xml)
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/runaxisfunctionaltests.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/runaxisfunctionaltests.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/runaxisfunctionaltests.xml&r1=1454036&r2=1454041&rev=1454041&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/runaxisfunctionaltests.xml (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/runaxisfunctionaltests.xml Thu Mar  7 19:36:28 2013
@@ -1,26 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ 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>Runaxisfunctionaltests Task</title>
+  </properties>
   <body>
 
-<section>
-<title>Runaxisfunctionaltests Task</title>
-
-<p>Ant task for starting / stopping servers and running junit in the middle.</p>
-
-<section>
-<title>Description</title>
+<section name="Description">
 
 <p>Ant task for starting / stopping servers and running junit in the middle. Based on the Cactus org.apache.commons.cactus.ant package, heavily munged and cruftily dumped into one file.</p>
 <p><i>For Axis development; there is no support or stability associated with this task</i></p>
 
 </section>
 
-<section>
-<title>Parameters</title>
+<section name="Parameters">
 
 <table>
   <tr>
@@ -57,12 +69,5 @@
 
 </section>
 
-<section>
-<title>Parameters as nested elements</title>
-
-</section>
-
-</section>
-
   </body>
 </document>