You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/06/07 19:14:50 UTC

svn commit: r188820 - in /webservices/axis/trunk/java: maven.xml xdocs/Axis2ArchitectureGuide.html

Author: hemapani
Date: Tue Jun  7 10:14:47 2005
New Revision: 188820

URL: http://svn.apache.org/viewcvs?rev=188820&view=rev
Log:
fix a missing image

Modified:
    webservices/axis/trunk/java/maven.xml
    webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?rev=188820&r1=188819&r2=188820&view=diff
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Tue Jun  7 10:14:47 2005
@@ -190,7 +190,10 @@
 			</ant:fileset> 
 		</ant:copy>
 		<ant:copy todir="${bin.dist.dir}/samples">
-			<ant:fileset dir="modules/samples/target/samples"/>
+			<ant:fileset dir="modules/samples/target/samples">
+                                <include name="**"/>
+                                <exclude name="googleSearch"/>
+                        </ant:fileset>
 		</ant:copy> 
 		<ant:copy todir="${bin.dist.dir}/">
 			<ant:fileset dir=".">

Modified: webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html?rev=188820&r1=188819&r2=188820&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html (original)
+++ webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html Tue Jun  7 10:14:47 2005
@@ -283,7 +283,7 @@
 <p>The basic approach is to set the code generator to generate an XML and parse 
 it with a template to generate the code file. The following figure shows how 
 this shows up in the architecture of the tool.</p>
-<p><img border="0" src="images/archi-guide/CodegenArchitecture.JPG" width="478" height="218"></p>
+<p><img border="0" src="images/archi-guide/CodegenArchitecture.jpg" width="478" height="218"></p>
 
 <p>The fact here is that it is the same information that is extracted from the 
 WSDL no matter what code is generated. Code generator uses the WOM (WSDL Object