You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Damitha Kumarage <da...@gmail.com> on 2006/05/17 12:40:27 UTC

Modified Axis2C folder structure

Hi,
Since we are going to separate Axis2 C sub/dependant projects into 
separate projects
and at the same time keep them under Axis2 C folder struture for some 
time, I would like to propose the
following folder structure.



                                                          C
                                                           |
          
---------------------------------------------------------------------------------------------------
          |               |                  |                        
|                  |                  |
       util           axiom        xml-schema      woden         wsdl   
      core

Note that axiom contains all parser, soa and om related stuff. util 
contain all
platform stuff as well.

In make install the sub/dependant project includes go into into c/inclue 
as following

                                                          C
                                                           |
                                                      include
                                                           |
       _________________________________________________________________
      |                      |                             
|                                                   |
    util                  om                      
woden                                      xml_schema

Other headers all go into c/include as before

All libs goes into c/lib.

Thanks
Damitha