Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18811/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb

Modified Files:
        AxisUndeploySubTask.java AxisDeploySubTask.java 
Log Message:
commented out debug to System.out
fixes XDT-1077

Index: AxisUndeploySubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisUndeploySubTask.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AxisUndeploySubTask.java    26 Jul 2004 15:46:03 -0000      1.2
--- AxisUndeploySubTask.java    21 Sep 2004 07:22:48 -0000      1.3
***************
*** 31,35 ****
      {
          setTemplateURL(getClass().getResource(DEFAULT_TEMPLATE_FILE));
!         System.out.println("Undeploy TEMPLATE URL:  " + 
getClass().getResource(DEFAULT_TEMPLATE_FILE));
          setDestinationFile(GENERATED_FILE_NAME);
          setSchema(AXIS_SCHEMA);
--- 31,35 ----
      {
          setTemplateURL(getClass().getResource(DEFAULT_TEMPLATE_FILE));
! //        System.out.println("Undeploy TEMPLATE URL:  " + 
getClass().getResource(DEFAULT_TEMPLATE_FILE));
          setDestinationFile(GENERATED_FILE_NAME);
          setSchema(AXIS_SCHEMA);

Index: AxisDeploySubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb/AxisDeploySubTask.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AxisDeploySubTask.java      26 Jul 2004 15:46:03 -0000      1.2
--- AxisDeploySubTask.java      21 Sep 2004 07:22:48 -0000      1.3
***************
*** 12,19 ****
   * Generates an Axis deployment document for deploying a web service.
   *
!  * @author        Craig Walls ([EMAIL PROTECTED])
!  * @created       Mar 23, 2003
!  * @ant.element   display-name="Apache AXIS" name="axisdeploy" 
parent="xdoclet.modules.ejb.EjbDocletTask"
!  * @version       $Revision$
   * @xdoclet.merge-file   file="axis-mappings-{0}.xml" relates-to="deploy-{0}.xml" 
description="An XML unparsed
   *      entity containing any typeMapping and beanMapping elements."
--- 12,19 ----
   * Generates an Axis deployment document for deploying a web service.
   *
!  * @author               Craig Walls ([EMAIL PROTECTED])
!  * @created              Mar 23, 2003
!  * @ant.element          display-name="Apache AXIS" name="axisdeploy" 
parent="xdoclet.modules.ejb.EjbDocletTask"
!  * @version              $Revision$
   * @xdoclet.merge-file   file="axis-mappings-{0}.xml" relates-to="deploy-{0}.xml" 
description="An XML unparsed
   *      entity containing any typeMapping and beanMapping elements."
***************
*** 37,41 ****
      {
          setTemplateURL(getClass().getResource(DEFAULT_TEMPLATE_FILE));
!         System.out.println("Deploy TEMPLATE URL:  " + 
getClass().getResource(DEFAULT_TEMPLATE_FILE));
          setDestinationFile(GENERATED_FILE_NAME);
          setSchema(AXIS_SCHEMA);
--- 37,41 ----
      {
          setTemplateURL(getClass().getResource(DEFAULT_TEMPLATE_FILE));
! //        System.out.println("Deploy TEMPLATE URL:  " + 
getClass().getResource(DEFAULT_TEMPLATE_FILE));
          setDestinationFile(GENERATED_FILE_NAME);
          setSchema(AXIS_SCHEMA);



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to