You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2008/01/23 06:43:52 UTC

svn commit: r614425 - /webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml

Author: sandakith
Date: Tue Jan 22 21:43:47 2008
New Revision: 614425

URL: http://svn.apache.org/viewvc?rev=614425&view=rev
Log:
make the deployer configuration line visible on the doc 

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/pojoguide.xml?rev=614425&r1=614424&r2=614425&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml Tue Jan 22 21:43:47 2008
@@ -619,7 +619,7 @@
         Add one additional like to the axis2.xml to deploy jar files on the pojo directory
     </p>
     <pre>
-        Ex: <deployer extension=".jar" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/>
+        Ex: &lt;deployer extension=".jar" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/&gt;
     </pre>
 <p>Create and pojo directory if its not alreay there under the Axis2 repository and put the JSR 181 Annotated
 jar insie that and start Axis2. You will see the service up and running !!</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org