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 am...@apache.org on 2006/11/11 14:06:49 UTC

svn commit: r473710 - /webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html

Author: amilas
Date: Sat Nov 11 05:06:48 2006
New Revision: 473710

URL: http://svn.apache.org/viewvc?view=rev&rev=473710
Log:
corrected mistakes with package and Interface names.

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html?view=diff&rev=473710&r1=473709&r2=473710
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html Sat Nov 11 05:06:48 2006
@@ -28,7 +28,7 @@
 <h2>Know the Configuration</h2>
 <p>The configuration for the ADB framework is in the
 <strong>schema-compile.properties</strong> file found in the
-<strong>org.apache.axis2.databinding.schema</strong> package. This
+<strong>org.apache.axis2.schema</strong> package. This
 properties file has the following important properties</p>
 <ul>
 <li>schema.bean.writer.class
@@ -48,7 +48,7 @@
 <li>schema.bean.typemap
 <p>This is the type map to be used by the schema compiler. it
 should be an implementation of the
-<strong>org.apache.axis2.schema.typemap</strong> interface. The
+<strong>org.apache.axis2.schema.typemap.TypeMap</strong> interface. The
 default typemap implementation encapsulates a hashmap with type
 QName to Class name string mapping.</p>
 </li>



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