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 2015/12/17 21:47:27 UTC

svn commit: r1720650 - in /axis/axis2/java/core/trunk: ./ src/site/ src/site/markdown/ src/site/markdown/release-notes/ src/site/resources/ src/site/xdoc/ src/site/xdoc/modules/ src/site/xdoc/tools/

Author: veithen
Date: Thu Dec 17 20:47:26 2015
New Revision: 1720650

URL: http://svn.apache.org/viewvc?rev=1720650&view=rev
Log:
Use a single download page that doesn't require any maintenance during the release process. Also add release notes as separate documents and remove them from index.html.

Added:
    axis/axis2/java/core/trunk/src/site/markdown/download.md.vm
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.1.md
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.2.md
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.3.md
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.4.md
    axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.7.0.md
    axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml
      - copied, changed from r1720267, axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm
Removed:
    axis/axis2/java/core/trunk/src/site/resources/download.cgi
    axis/axis2/java/core/trunk/src/site/xdoc/download.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm
Modified:
    axis/axis2/java/core/trunk/pom.xml
    axis/axis2/java/core/trunk/src/site/site.xml
    axis/axis2/java/core/trunk/src/site/xdoc/index.xml
    axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1720650&r1=1720649&r2=1720650&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Thu Dec 17 20:47:26 2015
@@ -573,6 +573,18 @@
                     <artifactId>maven-site-plugin</artifactId>
                     <version>3.4</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.gmavenplus</groupId>
+                    <artifactId>gmavenplus-plugin</artifactId>
+                    <version>1.5</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.codehaus.groovy</groupId>
+                            <artifactId>groovy-all</artifactId>
+                            <version>2.4.4</version>
+                        </dependency>
+                    </dependencies>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -609,6 +621,29 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.gmavenplus</groupId>
+                <artifactId>gmavenplus-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>prepare-site</id>
+                        <phase>pre-site</phase>
+                        <goals>
+                            <goal>execute</goal>
+                        </goals>
+                        <configuration>
+                            <scripts>
+                                <script>
+                                    import java.util.Date
+                                    import java.text.MessageFormat
+                                    project.properties['release_date'] = MessageFormat.format("{0,date,MMMMM dd, yyyy}", new Date())
+                                    project.properties['release_version'] = project.version.replaceAll("-SNAPSHOT", "")
+                                </script>
+                            </scripts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
     <reporting>

Added: axis/axis2/java/core/trunk/src/site/markdown/download.md.vm
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/download.md.vm?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/download.md.vm (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/download.md.vm Thu Dec 17 20:47:26 2015
@@ -0,0 +1,78 @@
+##
+## 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.
+##
+
+Releases
+--------
+
+The current release is ${release_version} and was published on ${release_date}. The release note for this
+release can be found [here](release-notes/${release_version}.html).
+
+The following distributions are available for download:
+
+&nbsp;                             | Link                                                      | Checksums and signatures
+-----------------------------------|-----------------------------------------------------------|-------------------------------
+Binary distribution                | [axis2-${release_version}-bin.zip][1]                     | [MD5][2] [SHA1][3] [PGP][4]
+Source distribution                | [axis2-${release_version}-src.zip][5]                     | [MD5][6] [SHA1][7] [PGP][8]
+WAR distribution                   | [axis2-${release_version}-war.zip][9]                     | [MD5][10] [SHA1][11] [PGP][12]
+Service Archive plugin for Eclipse | [axis2-eclipse-service-plugin-${release_version}.zip][13] | [MD5][14] [SHA1][15] [PGP][16]
+Code Generator plugin for Eclipse  | [axis2-eclipse-codegen-plugin-${release_version}.zip][17] | [MD5][18] [SHA1][19] [PGP][20]
+Axis2 plugin for IntelliJ IDEA     | [axis2-idea-plugin-${release_version}.zip][21]            | [MD5][22] [SHA1][23] [PGP][24]
+
+The binary distribution contains all the Axis2 libraries and modules, except for [Apache Rampart](../rampart/)
+(WS-Security implementation) which must be downloaded separately. It also contains command line tools,
+samples and scripts to start a standalone Axis2 server.
+
+The WAR (Web Archive) distribution is designed for deployment on a servlet container.
+
+The signatures of the distributions can be [verified][25] against the public keys in the [KEYS][26] file.
+
+Maintenance releases from branches other than the main branch can be found [here][27].
+Distributions for older releases can be found in the [archive][28].
+
+All releases are also available as Maven artifacts in the [central repository][29].
+
+[1]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-${release_version}-bin.zip
+[2]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-bin.zip.md5
+[3]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-bin.zip.sha1
+[4]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-bin.zip.asc
+[5]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-${release_version}-src.zip
+[6]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-src.zip.md5
+[7]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-src.zip.sha1
+[8]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-src.zip.asc
+[9]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-${release_version}-war.zip
+[10]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-war.zip.md5
+[11]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-war.zip.sha1
+[12]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-${release_version}-war.zip.asc
+[13]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-eclipse-service-plugin-${release_version}.zip
+[14]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-service-plugin-${release_version}.zip.md5
+[15]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-service-plugin-${release_version}.zip.sha1
+[16]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-service-plugin-${release_version}.zip.asc
+[17]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-eclipse-codegen-plugin-${release_version}.zip
+[18]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-codegen-plugin-${release_version}.zip.md5
+[19]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-codegen-plugin-${release_version}.zip.sha1
+[20]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-eclipse-codegen-plugin-${release_version}.zip.asc
+[21]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/${release_version}/axis2-idea-plugin-${release_version}.zip
+[22]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-idea-plugin-${release_version}.zip.md5
+[23]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-idea-plugin-${release_version}.zip.sha1
+[24]: https://www.apache.org/dist/axis/axis2/java/core/${release_version}/axis2-idea-plugin-${release_version}.zip.asc
+[25]: http://www.apache.org/dev/release-signing#verifying-signature
+[26]: https://www.apache.org/dist/axis/axis2/java/core/KEYS
+[27]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/
+[28]: http://archive.apache.org/dist/axis/axis2/java/core/
+[29]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.axis2%22

Added: axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.1.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.1.md?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.1.md (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.1.md Thu Dec 17 20:47:26 2015
@@ -0,0 +1,9 @@
+Apache Axis2 1.6.1 Release Note
+-------------------------------
+
+Axis2 1.6.1 is a maintenance release containing fixes for several issues
+discovered over the last months. This release upgrades Axiom to version 1.2.12,
+Neethi to version 3.0.1 and contains changes required for Geronimo 3.0. The
+complete list of fixes can be found [here][1].
+
+[1]: http://s.apache.org/axis2-1.6.1

Added: axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.2.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.2.md?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.2.md (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.2.md Thu Dec 17 20:47:26 2015
@@ -0,0 +1,8 @@
+Apache Axis2 1.6.2 Release Note
+-------------------------------
+
+Apache Axis2/Java 1.6.2 is a maintenance release containing fixes for several
+issues discovered over the past six months. This version upgrade Axiom to 1.2.13
+and Neethi to version 3.0.2. The complete list of fixes can be found [here][1].
+
+[1]: http://s.apache.org/7lT

Added: axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.3.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.3.md?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.3.md (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.3.md Thu Dec 17 20:47:26 2015
@@ -0,0 +1,9 @@
+Apache Axis2 1.6.3 Release Note
+-------------------------------
+
+Apache Axis2/Java 1.6.3 is a maintenance release that fixes over [50 issues][1].
+It is also the first release to package all the transport implementations from
+the formerly separate Axis2 Transports project. This release upgrades Axiom to
+version 1.2.14.
+
+[1]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&amp;version=12320771

Added: axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.4.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.4.md?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.4.md (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.6.4.md Thu Dec 17 20:47:26 2015
@@ -0,0 +1,2 @@
+Apache Axis2 1.6.4 Release Note
+-------------------------------

Added: axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.7.0.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.7.0.md?rev=1720650&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.7.0.md (added)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-notes/1.7.0.md Thu Dec 17 20:47:26 2015
@@ -0,0 +1,2 @@
+Apache Axis2 1.7.0 Release Note
+-------------------------------

Modified: axis/axis2/java/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1720650&r1=1720649&r2=1720650&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/site.xml (original)
+++ axis/axis2/java/core/trunk/src/site/site.xml Thu Dec 17 20:47:26 2015
@@ -43,9 +43,13 @@
 
         <menu name="Axis2/Java">
             <item name="Home" href="index.html" />
-        </menu>
-        <menu name="Downloads">
-            <item name="Releases" href="download.cgi" />
+            <item name="Downloads" href="download.html" />
+            <item name="Release Notes" href="javascript:void(0)">
+                <item name="1.6.1" href="release-notes/1.6.1.html"/>
+                <item name="1.6.2" href="release-notes/1.6.2.html"/>
+                <item name="1.6.3" href="release-notes/1.6.3.html"/>
+                <item name="1.7.0" href="release-notes/1.7.0.html"/>
+            </item>
             <item name="Modules" href="modules/index.html" />
             <item name="Tools" href="tools/index.html" />
         </menu>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/index.xml?rev=1720650&r1=1720649&r2=1720650&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/index.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/index.xml Thu Dec 17 20:47:26 2015
@@ -35,86 +35,6 @@ here, you can visit the <a href=
 "http://axis.apache.org/axis2/c/"><strong>Apache Axis2/C</strong></a>
 Web site for Axis2/C implementation information.</p>
 <p>Apache Axis2, Axis2, Apache, the Apache feather logo, and the Apache Axis2 project logo are trademarks of The Apache Software Foundation.</p>
-<h3>June 27, 2015 - Apache Axis2/Java 1.6.3 released!</h3>
-<p>Apache Axis2/Java 1.6.3 is a maintenance release that fixes over
-<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&amp;version=12320771">50 issues</a>.
-It is also the first release to package all the transport implementations from the formerly separate Axis2
-Transports project. This release upgrades Axiom to version 1.2.14.</p>
-<h3>April 17, 2012 - Apache Axis2/Java 1.6.2 released!</h3>
-<p>Apache Axis2/Java 1.6.2 is a maintenance release containing fixes for several issues discovered over the past six months.
-This version upgrade Axiom to 1.2.13 and Neethi to version 3.0.2. The complete list of fixes can be found <a href="http://s.apache.org/7lT">here</a>.</p>
-<h3>Aug 30, 2011 - Apache Axis2/Java 1.5.6 and 1.6.1 released!</h3>
-<p>1.5.6 and 1.6.1 are maintenance releases containing fixes for several issues discovered over the last months.
-Both versions upgrade Axiom to 1.2.12. Axis2 1.6.1 also upgrades Neethi to version 3.0.1 and contains changes required
-for Geronimo 3.0. The complete list of fixes can be found here:</p>
-<ul>
-<li><a href="http://s.apache.org/axis2-1.5.6">Fix list for 1.5.6</a></li>
-<li><a href="http://s.apache.org/axis2-1.6.1">Fix list for 1.6.1</a></li>
-</ul>
-<p>If possible users should upgrade to Axis2 1.6.1. The Axis2 1.5.6 maintenance release is intended for use in situations where
-upgrading to 1.6.1 is not possible immediately.</p>
-<h3>May 29, 2011 - Apache Axis2/Java Version 1.5.5 Released!</h3>
-<p>1.5.5 is a maintenance release that contains fixes for several issues in the sample projects included with the binary distribution
-as well as a couple of <a href="http://s.apache.org/Q9q">other issues</a>.</p>
-<p>If possible users should upgrade to Axis2 1.6.0 (see below). The Axis2 1.5.5 maintenance release is intended for use in situations where
-upgrading to 1.6.0 is not possible immediately.</p>
-<h3>May 17, 2011 - Apache Axis2/Java Version 1.6.0 Released!</h3>
-<p>1.6.0 is a major release of axis2 with many fixes and improvements to the core and all it's modules</p>
-<p>Refer to the following filter <a href="http://bit.ly/issues-fixed-for-1_6">Issues fixed for the 1.6.0 release</a> to find all the issues fixed for the 1.6.0 release</p>
-<h3>December 19, 2010 - Apache Axis2/Java Version 1.5.4 Released!</h3>
-<p>1.5.4 is a maintenance release that contains fixes for the following issues:</p>
-<ul>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3784">AXIS2-3784</a>: WSDL port address is not correctly generated for machines having multiple network interfaces</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3793">AXIS2-3793</a>: move image to the correct place</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3851">AXIS2-3851</a>: adb-codegen no longer accepts schemas without targetNamespace</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4261">AXIS2-4261</a>: Enable axis2server.sh to start SimpleAxis2Server in remote debug mode</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4586">AXIS2-4586</a>: JiBX Client Stub not cleaning up HTTP connections after each operation</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4642">AXIS2-4642</a>: ?wsdl query calls out.close() twice, confusing at least some Tomcat connectors</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4674">AXIS2-4674</a>: Unable to get WSDL2 doc for services on WebSphere 7.0 and Axis2 1.5.1</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4819">AXIS2-4819</a>: Race condition in WSDLDataLocator</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4827">AXIS2-4827</a>: ADB class org.apache.axis2.databinding.types.Union does not implement java.io.Serializable</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4842">AXIS2-4842</a>: NPE in TempFileManager</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4871">AXIS2-4871</a>: Null Pointer Exception in AxisService.printXSD</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4883">AXIS2-4883</a>: Javadoc link broken on site and in documents distribution</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4885">AXIS2-4885</a>: Unsubstituted variable ${axis2_version} in 1.5.3 site and documents distribution</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4887">AXIS2-4887</a>: TargetNameSpace required for XSD2Java</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4888">AXIS2-4888</a>: The org.apache.axis2:axis2 Maven artifact should not have a classifier</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4889">AXIS2-4889</a>: SOAPConnectionTest#testGet slows down the build</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4896">AXIS2-4896</a>: Unable to install axis2.eclipse.codegen.plugin into eclipse</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4901">AXIS2-4901</a>: LinkageError related to DOM classes when using the codegen plugin for Eclipse</li>
-<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4909">AXIS2-4909</a>: Simple MTOM web service no longer works due to missing closing MIME boundary.</li>
-</ul>
-<p>In addition, this release contains changes required for the Sandesha2 1.4 release.</p>
-<h3>November 12, 2010 - Apache Axis2/Java Version 1.5.3 Released!</h3>
-<p>1.5.3 is a maintenance release that contains the following improvements:</p>
-<ul>
-<li>Improved support for SSL when using the servlet transport: Axis2 can now be configured
-so that generated WSDLs contain https endpoints (<a href="https://issues.apache.org/jira/browse/AXIS2-4465">AXIS2-4465</a>).</li>
-<li>Improved compatibility with Rampart (<a href="https://issues.apache.org/jira/browse/AXIS2-3213">AXIS2-3213</a>
-and <a href="https://issues.apache.org/jira/browse/AXIS2-4870">AXIS2-4870</a>) and Sandesha2 (potential HTTP connection pool starvation).</li>
-<li>Axiom has been upgraded to 1.2.10. This version contains performance improvements relevant for Rampart.</li>
-<li>Application (business) faults are no longer logged at level ERROR (<a href="https://issues.apache.org/jira/browse/AXIS2-4280">AXIS2-4280</a>).</li>
-<li>Improved conformance to the SAAJ specifications. The 1.5.3 release contains a set of fixes and improvements for the SAAJ
-implementation developed on the trunk and not included in previous releases from the 1.5 branch.</li>
-<li>Axis2 now relies exclusively on dependencies available from the Maven central repository, and no other Maven
-repositories are required. This in particular fixes a build problem that appeared after the 1.5.2 release.</li>
-<li>The Eclipse and IntelliJ IDEA plugins are again available for <a href="tools/index.html">download</a> via the Axis2 Web site
-(previous 1.5.x versions could only be downloaded from the Maven repository).</li>
-</ul>
-<p>[ <a href="download.cgi#1_5_3"><strong>Download</strong> ]</a></p>
-<h3>September 6, 2010 - Apache Axis2/Java Version 1.5.2 Released!</h3>
-<p>1.5.2 is a maintenance release to fix the security issue described in
-<a href="http://svn.apache.org/repos/asf/axis/axis2/java/core/security/CVE-2010-1632.pdf">CVE-2010-1632</a>
-as well as an XSS vulnerability in the admin console and some other minor issues. It also
-upgrades Axiom to version 1.2.9.</p>
-<p>[ <a href="download.cgi#1_5_2"><strong>Download</strong></a> ]</p>
-<h3>October 23, 2009 - Apache Axis2/Java Version 1.5.1 Released!</h3>
-<p>The 1.5.1 version fixes some <a href="http://issues.apache.org/jira/browse/AXIS2">bugs</a>, including most notably a connection starvation issue that would cause a large number of sockets stuck in CLOSE_WAIT or TIME_WAIT.</p>
-<p><b>PLEASE NOTE:</b> As of Axis2 1.5, we now <i>require</i> JDK 1.5 or above.  JDKs 1.4 or previous are no longer supported.</p>
-<p>[ <a href="download.cgi#1_5_1"><strong>Download</strong></a> ]</p>
-<p>Please see the <a href="refLib.html">Axis
-Reference Library</a> for a list of technical resources that should
-prove useful on this project.</p>
 <h3><em>Why Apache Axis2:</em></h3>
 <p>A new architecture for Axis2 was introduced during the August
 2004 Summit in Colombo, Sri Lanka. The new architecture on which

Modified: axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml?rev=1720650&r1=1720649&r2=1720650&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml Thu Dec 17 20:47:26 2015
@@ -40,20 +40,14 @@ Axis2.</p>
 <td><a href="addressing/index.html">Addressing</a></td>
 <td>This is an implementation of WS-Addressing submission version
 (2004-08) and WS-Addressing 2005-08 versions.</td>
-<td>Bundled with the <a href="../download.cgi#std-bin">Standard Binary Distribution</a>.</td>
+<td>Bundled with the <a href="../download.html">Standard Binary Distribution</a>.</td>
 </tr>
 <tr>
 <td><a href="../docs/soapmonitor-module.html">SOAP Monitor</a></td>
 <td>SOAP Monitor utility provides a way for Web services developers
 to monitor the SOAP messages being sent/received without requiring
 any special configuration or restarting of the server</td>
-<td>Bundled with the <a href="../download.cgi#std-bin">Standard Binary Distribution</a>.</td>
-</tr>
-<tr>
-<td><a href=
-"http://ws.apache.org/sandesha/sandesha2/index.html">Sandesha2</a></td>
-<td>An implementation of WS-RM specification February 2005</td>
-<td><a href="http://axis.apache.org/axis2/java/sandesha/">http://axis.apache.org/axis2/java/sandesha/</a></td>
+<td>Bundled with the <a href="../download.html">Standard Binary Distribution</a>.</td>
 </tr>
 <tr>
 <td><a href="http://ws.apache.org/rampart/">Rampart</a></td>

Copied: axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml (from r1720267, axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm)
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml?p2=axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml&p1=axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm&r1=1720267&r2=1720650&rev=1720650&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Thu Dec 17 20:47:26 2015
@@ -33,7 +33,6 @@ supported by Axis2.</p>
 				<tr>
 					<th scope="col">Name</th>
 					<th scope="col">Description</th>
-					<th scope="col">Downloads</th>
 				</tr>
 				<tr>
 					<td>
@@ -44,9 +43,6 @@ Tool- Command Line &amp; Ant Task</a>
 implemented by the WSDL2Code class and WSDL2Java class. One can
 choose to run the main classes directly or use one of the scripts
 to run the WSDL2Code and WSDL2Java appropriately.</td>
-					<td>This tool is bundled with the Axis2 Standard Binary
-Distribution found <a href="../download.cgi#std-bin">here</a>
-					</td>
 				</tr>
 				<tr>
 					<td>
@@ -57,11 +53,6 @@ Wizard - Eclipse Plug-in</a>
 an important tool that allows the generation of service archives
 ("aar" file or a "jar" files) that can be deployed as a Web
 services to the Axis2.</td>
-					<td>
-						<a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip">zip</a> |
-						<a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip.md5">MD5</a> |
-						<a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip.asc">PGP</a>
-					</td>
 				</tr>
 				<tr>
 					<td>
@@ -71,11 +62,6 @@ Generator Wizard - Eclipse Plug-in</a>
 					<td>Axis2 code generator comes built-in with an <a href="http://www.eclipse.org/">eclipse</a> plug-in. This can be used to
 generate a WSDL file from a java class (Java2WSDL) and/or a java
 class file from a WSDL (WSDL2Java)</td>
-					<td>
-						<a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip">zip</a> |
-						<a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip.md5">MD5</a> |
-						<a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip.asc">PGP</a>
-					</td>
 				</tr>
 				<tr>
 					<td>
@@ -85,11 +71,6 @@ Generator Wizard - IntelliJ IDEA Plug-in
 					<td>Using this tool one can create service archives that can be
 deployed as a Web services to the Axis2, and also generate a java
 class file from a WSDL file (WSDL2Java).</td>
-					<td>
-                        <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip">zip</a> |
-                        <a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip.md5">MD5</a> |
-                        <a href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip.asc">PGP</a>
-					</td>
 				</tr>
 				<tr>
 					<td>
@@ -97,14 +78,12 @@ class file from a WSDL file (WSDL2Java).
 Plug-in</a>
 					</td>
 					<td>This plugin generates an Axis2 service file (AAR file).</td>
-					<td>N/A <a href="#note1">[1]</a></td>
 				</tr>
 				<tr>
 					<td>
 						Maven2 MAR Plug-in
 					</td>
 					<td>This plugin generates an Axis2 module archive file (MAR file).</td>
-					<td>N/A <a href="#note1">[1]</a></td>
 				</tr>
 				<tr>
 					<td>
@@ -115,7 +94,6 @@ Java2WSDL Plug-in</a>
 						<p>This plugin takes as input a Java class and generates a WSDL,
 which describes a Web service for invoking the classes methods.</p>
 					</td>
-					<td>N/A <a href="#note1">[1]</a></td>
 				</tr>
 				<tr>
 					<td>
@@ -127,10 +105,12 @@ WSDL2Code Plug-in</a>
 server stubs for calling or implementing a Web service matching the
 WSDL.</p>
 					</td>
-					<td>N/A <a href="#note1">[1]</a></td>
 				</tr>
 			</tbody>
 		</table>
-		<p><a name="note1"/>[1] All Maven plugins are available from the Maven central repository and need not be downloaded separately.</p>
+		<p>The command line tools and Ant tasks are bundled with the Axis2 binary distribution.
+		The Eclipse and IntelliJ IDEA plugins are shipped as separate archives. These files can
+		be downloaded <a href="download.html">here</a>.
+		All Maven plugins are available from the Maven central repository and need not be downloaded separately.</p>
 	</body>
 </document>