axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 6ff0b91 was
6ff0b91,
checked in by Ted Faber <faber@…>, 16 years ago
|
Reimplementation of fedd as a start in merging the codebases
|
-
Property mode set to
100644
|
File size:
283 bytes
|
Line | |
---|
1 | |
---|
2 | GENERATED_MODS=fedd_services.py fedd_services_types.py |
---|
3 | WSDL_FILES=fedd.wsdl fedd_bindings.wsdl fedd_messages.wsdl fedd_types.xsd |
---|
4 | |
---|
5 | all: ${GENERATED_MODS} |
---|
6 | |
---|
7 | |
---|
8 | ${GENERATED_MODS}: ${WSDL_FILES} |
---|
9 | /usr/local/bin/wsdl2py --file fedd.wsdl --complexType |
---|
10 | |
---|
11 | clean: |
---|
12 | rm -f ${GENERATED_MODS} *.pyc |
---|
Note: See
TracBrowser
for help on using the repository browser.