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 pi...@apache.org on 2006/05/10 11:25:54 UTC

svn commit: r405688 - in /webservices/axis2/trunk/c/samples: client/mtom/Makefile.am client/mtom/axis2.jpg client/mtom/mtom_client.c client/mtom/resources/ client/mtom/resources/axis2.jpg configure.ac

Author: pini
Date: Wed May 10 02:25:49 2006
New Revision: 405688

URL: http://svn.apache.org/viewcvs?rev=405688&view=rev
Log:
moved axis2.jpg to resources directory 

Added:
    webservices/axis2/trunk/c/samples/client/mtom/resources/
    webservices/axis2/trunk/c/samples/client/mtom/resources/axis2.jpg
      - copied unchanged from r405644, webservices/axis2/trunk/c/samples/client/mtom/axis2.jpg
Removed:
    webservices/axis2/trunk/c/samples/client/mtom/axis2.jpg
Modified:
    webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
    webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c
    webservices/axis2/trunk/c/samples/configure.ac

Modified: webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/mtom/Makefile.am?rev=405688&r1=405687&r2=405688&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/Makefile.am Wed May 10 02:25:49 2006
@@ -1,9 +1,8 @@
+SUBDIRS=resources
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = mtom
 samplesdir=$(prefix)/samples/client/mtom
-imgdir=$(prefix)/bin/samples/resources
 samples_DATA=mtom_client.c Makefile.am Makefile.in
-img_DATA=axis2.jpg
 
 mtom_SOURCES = mtom_client.c
 

Modified: webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c?rev=405688&r1=405687&r2=405688&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c Wed May 10 02:25:49 2006
@@ -63,7 +63,7 @@
     axis2_conf_t *conf = NULL;
     axis2_msg_ctx_t *response_ctx = NULL;
     axis2_property_t *property = NULL;
-    axis2_char_t *image_name = "axis2.jpg";
+    axis2_char_t *image_name = "resources/axis2.jpg";
     axis2_char_t *to_save_name = "test.jpg";
     
     /* set up the envioronment with allocator and log*/

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/configure.ac?rev=405688&r1=405687&r2=405688&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Wed May 10 02:25:49 2006
@@ -72,6 +72,7 @@
     client/echo/Makefile \
     client/math/Makefile \
     client/mtom/Makefile \
+    client/mtom/resources/Makefile \
     client/notify/Makefile \
     client/google/Makefile \
     user_guide/Makefile \