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 2005/10/01 04:23:11 UTC

svn commit: r292905 - in /webservices/axis2/trunk/c: modules/xml/maven.xml project.properties

Author: samisa
Date: Fri Sep 30 19:23:05 2005
New Revision: 292905

URL: http://svn.apache.org/viewcvs?rev=292905&view=rev
Log:
Added guththila build

Modified:
    webservices/axis2/trunk/c/modules/xml/maven.xml
    webservices/axis2/trunk/c/project.properties

Modified: webservices/axis2/trunk/c/modules/xml/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/maven.xml?rev=292905&r1=292904&r2=292905&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/maven.xml (original)
+++ webservices/axis2/trunk/c/modules/xml/maven.xml Fri Sep 30 19:23:05 2005
@@ -23,7 +23,7 @@
 
     <goal name="build-module">
         <maven:reactor  basedir="${basedir}"
-                        includes="om/project.xml,soap/project.xml"
+                        includes="om/project.xml,soap/project.xml,guththila/project.xml"
                         goals="build-sub-module"
                         banner="Building Axis2C"
                         ignoreFailures="false"/>

Modified: webservices/axis2/trunk/c/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/project.properties?rev=292905&r1=292904&r2=292905&view=diff
==============================================================================
--- webservices/axis2/trunk/c/project.properties (original)
+++ webservices/axis2/trunk/c/project.properties Fri Sep 30 19:23:05 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 ../../../modules/xml/guththila/src/
+freehep.nar.compile.includepath=${axis2c.include}/include ${cutest.home}/include/ ${apr.home}/include/apr-1 /home/samisa/axis2/c/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