axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since ec4fb42 was
ec4fb42,
checked in by Ted Faber <faber@…>, 16 years ago
|
Clean up some names that start with fedd_ that are ugly with the new package
structure. A couple other bugs cleaned up, too.
|
-
Property mode set to
100644
|
File size:
533 bytes
|
Line | |
---|
1 | |
---|
2 | GENERATED_MODS= fedd/fedd_services.py fedd/fedd_internal_services.py \ |
---|
3 | fedd/fedd_services_types.py |
---|
4 | WSDL_FILES= fedd.wsdl fedd_bindings.wsdl fedd_messages.wsdl fedd_types.xsd \ |
---|
5 | fedd_internal.wsdl fedd_internal_bindings.wsdl \ |
---|
6 | fedd_internal_messages.wsdl |
---|
7 | |
---|
8 | all: ${GENERATED_MODS} |
---|
9 | |
---|
10 | |
---|
11 | ${GENERATED_MODS}: ${WSDL_FILES} |
---|
12 | wsdl2py --file fedd.wsdl --complexType --output-dir=fedd |
---|
13 | wsdl2py --file fedd_internal.wsdl --complexType \ |
---|
14 | --types=fedd_services_types --output-dir=fedd |
---|
15 | |
---|
16 | clean: |
---|
17 | rm -f ${GENERATED_MODS} fedd/*.pyc *.pyc |
---|
Note: See
TracBrowser
for help on using the repository browser.