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 na...@apache.org on 2006/11/15 06:39:47 UTC

svn commit: r475129 - in /webservices/axis2/trunk/c/modules/core/deployment: dep_engine.c ws_info.c

Author: nandika
Date: Tue Nov 14 21:39:47 2006
New Revision: 475129

URL: http://svn.apache.org/viewvc?view=rev&rev=475129
Log:
include directive changed

Modified:
    webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c
    webservices/axis2/trunk/c/modules/core/deployment/ws_info.c

Modified: webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c?view=diff&rev=475129&r1=475128&r2=475129
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c Tue Nov 14 21:39:47 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <axis2_dep_engine.h>
+#include "axis2_dep_engine.h"
 #include <axis2_array_list.h>
 #include <axis2_deployment.h>
 #include <axis2_file_handler.h>

Modified: webservices/axis2/trunk/c/modules/core/deployment/ws_info.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/ws_info.c?view=diff&rev=475129&r1=475128&r2=475129
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/ws_info.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/ws_info.c Tue Nov 14 21:39:47 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <axis2_ws_info.h>
+#include "axis2_ws_info.h"
 #include <string.h>
 
 typedef struct axis2_ws_info_impl



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