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 da...@apache.org on 2005/09/27 05:05:56 UTC

svn commit: r291810 - /webservices/axis2/trunk/c/project.properties

Author: damitha
Date: Mon Sep 26 20:05:46 2005
New Revision: 291810

URL: http://svn.apache.org/viewcvs?rev=291810&view=rev
Log:
Now since Guththila(Stax c implemenation) is already put in to the 
source tree I made the property file to include headers from there

Modified:
    webservices/axis2/trunk/c/project.properties

Modified: webservices/axis2/trunk/c/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/project.properties?rev=291810&r1=291809&r2=291810&view=diff
==============================================================================
--- webservices/axis2/trunk/c/project.properties (original)
+++ webservices/axis2/trunk/c/project.properties Mon Sep 26 20:05:46 2005
@@ -19,6 +19,6 @@
 freehep.nar.c.compiler=gcc
 freehep.nar.c.linker=gcc
 freehep.nar.c.compiler.arg.mid=-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread
-freehep.nar.compile.includepath=${axis2c.include}/include ${cutest.home}/include/ ${apr.home}/include/apr-1 /home/damitha/programs/Guththila-c-p2/src
+freehep.nar.compile.includepath=${axis2c.include}/include ${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../modules/xml/guththila/src/
 #freehep.nar.tests=om_test
 freehep.nar.linker.test.arg.mid=-L${cutest.home}/lib/ -lcutest -L${apr.home}/lib -lapr-1