This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch transport in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git
commit 39e9bbcc22d5ec616c17593634df67fedb64a3a5 Author: Ruwan Linton <ru...@apache.org> AuthorDate: Sun Dec 6 10:16:07 2009 +0000 Fixing the download page and getting rid of the fake sources jar of the all module from attaching to the repo --- 1.0.0/modules/all/pom.xml | 7 +++++++ 1.0.0/src/site/xdoc/download.xml | 32 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/1.0.0/modules/all/pom.xml b/1.0.0/modules/all/pom.xml index 6519705..fc15087 100644 --- a/1.0.0/modules/all/pom.xml +++ b/1.0.0/modules/all/pom.xml @@ -204,6 +204,13 @@ </instructions> </configuration> </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.1.1</version> + <configuration> + <attach>false</attach> + </configuration> + </plugin> </plugins> </build> </project> diff --git a/1.0.0/src/site/xdoc/download.xml b/1.0.0/src/site/xdoc/download.xml index 4c50202..e090b42 100644 --- a/1.0.0/src/site/xdoc/download.xml +++ b/1.0.0/src/site/xdoc/download.xml @@ -38,33 +38,33 @@ </td> <td> <pre class="download-pre"><a - href="[preferred]/ws/commons/1.0/axis2-transports-1.0.jar" + href="[preferred]/ws/commons/1.0/axis2-transport-all-1.0.jar" class="downloadLink" - title="[preferred]/ws/commons/1.0/axis2-transports-1.0.jar"><strong>axis2-transports-1.0.jar</strong></a> - (<a href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.md5" + title="[preferred]/ws/commons/1.0/axis2-transport-all-1.0.jar"><strong>axis2-transport-all-1.0.jar</strong></a> + (<a href="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.md5" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.md5">MD5</a> <a - href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.sha" + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.md5">MD5</a> <a + href="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.sha" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.sha">SHA1</a> <a - href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.asc" + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.sha">SHA1</a> <a + href="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.asc" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0.jar.asc">PGP</a>)</pre> + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transport-all-1.0.jar.asc">PGP</a>)</pre> </td> <td> <pre class="download-pre"><a - href="[preferred]/ws/commons/1.0/axis2-transports-1.0-sources.jar" + href="[preferred]/ws/commons/1.0/axis2-transports-1.0-src.zip" class="downloadLink" - title="[preferred]/ws/commons/1.0/axis2-transports-1.0-sources.jar"><strong>axis2-transports-1.0-sources.jar</strong></a> - (<a href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.md5" + title="[preferred]/ws/commons/1.0/axis2-transports-1.0-src.zip"><strong>axis2-transports-1.0-zip.jar</strong></a> + (<a href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.md5" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.md5">MD5</a> <a - href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.sha" + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.md5">MD5</a> <a + href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.sha" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.sha">SHA1</a> <a - href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.asc" + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.sha">SHA1</a> <a + href="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.asc" class="externalLink" - title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-sources.jar.asc">PGP</a>)</pre> + title="http://www.apache.org/dist/ws/commons/1.0/axis2-transports-1.0-src.zip.asc">PGP</a>)</pre> </td> </tr>