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/03/09 12:19:38 UTC

svn commit: r1298790 - in /axis/axis1/java/trunk/axis-rt-transports-http-javanet: pom.xml src/site/apt/index.apt.vm

Author: veithen
Date: Fri Mar  9 11:19:38 2012
New Revision: 1298790

URL: http://svn.apache.org/viewvc?rev=1298790&view=rev
Log:
Simplified site generation and implemented a workaround for DOXIA-373.

Modified:
    axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml
    axis/axis1/java/trunk/axis-rt-transports-http-javanet/src/site/apt/index.apt.vm

Modified: axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml?rev=1298790&r1=1298789&r2=1298790&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml Fri Mar  9 11:19:38 2012
@@ -30,10 +30,6 @@
     <description>
     	An alternative HTTP transport that uses the java.net.HttpURLConnection API. This transport only works with Java 1.5.
     </description>
-    <properties>
-        <!-- Used by the site -->
-        <jarName>${project.artifactId}-${project.version}.jar</jarName>
-    </properties>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: axis/axis1/java/trunk/axis-rt-transports-http-javanet/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transports-http-javanet/src/site/apt/index.apt.vm?rev=1298790&r1=1298789&r2=1298790&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transports-http-javanet/src/site/apt/index.apt.vm (original)
+++ axis/axis1/java/trunk/axis-rt-transports-http-javanet/src/site/apt/index.apt.vm Fri Mar  9 11:19:38 2012
@@ -36,9 +36,9 @@
   <<<HTTPSender>>>. However, it only works with Java 1.5 or higher because it relies on features of
   the <<<java.net.HttpURLConnection>>> API that were not available in earlier Java versions.
   
-  To use the java.net based HTTP transport, add <<<$jarName>>> to the class path and set up
+  To use the java.net based HTTP transport, add <<<${project.artifactId}-${project.version}.jar>>> to the class path and set up
   <<<client-config.wsdd>>> with the right pivot handler for the <<<http>>> transport, as shown in the following
   sample:
   
-%{snippet|id=deployment|file=src/test/resources/client-config.wsdd}
+%{snippet|id=deployment|file=${project.basedir}/src/test/resources/client-config.wsdd}
   
\ No newline at end of file