scheu 2002/10/10 13:48:05 Modified: java/tools/org/apache/axis/tools/ant/wsdl Java2WsdlAntTask.java Log: Added setUse Revision Changes Path 1.6 +5 -0 xml-axis/java/tools/org/apache/axis/tools/ant/wsdl/Java2WsdlAntTask.java Index: Java2WsdlAntTask.java =================================================================== RCS file: /home/cvs/xml-axis/java/tools/org/apache/axis/tools/ant/wsdl/Java2WsdlAntTask.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Java2WsdlAntTask.java 10 Oct 2002 17:22:55 -0000 1.5 +++ Java2WsdlAntTask.java 10 Oct 2002 20:48:05 -0000 1.6 @@ -260,6 +260,11 @@ this.style = style; } + // The setter for the "use" attribute + public void setUse(String use) { + this.use = use; + } + /** the command arguments */ public Mapping createMapping() { Mapping pkg = new Mapping();
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/w... scheu
- RE: cvs commit: xml-axis/java/tools/org/apache/axis/to... Glen Daniels
- RE: cvs commit: xml-axis/java/tools/org/apache/axis/to... Tom Jordahl
- RE: cvs commit: xml-axis/java/tools/org/apache/axi... Richard Sitze
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... scheu
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... scheu
- Re: cvs commit: xml-axis/java/tools/org/apache/axi... Steve Loughran
- Re: cvs commit: xml-axis/java/tools/org/apache/axi... Steve Loughran
- RE: cvs commit: xml-axis/java/tools/org/apache/axis/to... scheu
- RE: cvs commit: xml-axis/java/tools/org/apache/axis/to... Tom Jordahl
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... gdaniels
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... dims
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... dims
- Re: cvs commit: xml-axis/java/tools/org/apache/axi... Steve Loughran
- cvs commit: xml-axis/java/tools/org/apache/axis/tools/... stevel