Changeset fbee30a


Ignore:
Timestamp:
Dec 7, 2010 5:19:04 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
62f3dd9, 8d5394e
Parents:
cd5d16e
Message:

Compile WSDL using ZSI 2.0 or ZSI 2.1

Location:
fedd
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    rcd5d16e rfbee30a  
    77WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd
    88
    9 VERSION=3.01
     9VERSION=3.20
    1010
    1111DISTFILES= dist/fedd-${VERSION}.tar.gz
     
    1515
    1616${GENERATED_MODS}:      ${WSDL_FILES}
    17         wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
    18         wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
     17        python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
     18        python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
    1919
    2020clean:
Note: See TracChangeset for help on using the changeset viewer.