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 2006/01/11 06:25:47 UTC

svn commit: r367935 - in /webservices/axis2/trunk/c: build.sh modules/core/addr/any_content_type.c

Author: samisa
Date: Tue Jan 10 21:25:41 2006
New Revision: 367935

URL: http://svn.apache.org/viewcvs?rev=367935&view=rev
Log:
Fixed minor problems

Modified:
    webservices/axis2/trunk/c/build.sh
    webservices/axis2/trunk/c/modules/core/addr/any_content_type.c

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=367935&r1=367934&r2=367935&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Tue Jan 10 21:25:41 2006
@@ -4,3 +4,4 @@
 ./configure --prefix=${AXIS2C_HOME}/install
 make
 make install
+cp install/lib/libaxis2_libxml2.so install/lib/libaxis2_parser.so

Modified: webservices/axis2/trunk/c/modules/core/addr/any_content_type.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/addr/any_content_type.c?rev=367935&r1=367934&r2=367935&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/addr/any_content_type.c (original)
+++ webservices/axis2/trunk/c/modules/core/addr/any_content_type.c Tue Jan 10 21:25:41 2006
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
  
- /** <wsa:RelatesTo RelationshipType="..."?>xs:anyURI</wsa:RelatesTo> */
-
 #include <axis2_any_content_type.h>
 #include <axis2_string.h>