You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by ru...@apache.org on 2002/02/14 11:54:38 UTC

cvs commit: xml-soap/java build.xml

rubys       02/02/14 02:54:38

  Modified:    java     build.xml
  Log:
  This patch allows the dist target of SOAP to build when ejb is not present.
  Submitted by:	Conor MacNeill <co...@cortexebusiness.com.au>
  
  Revision  Changes    Path
  1.37      +1 -0      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	30 May 2001 11:59:01 -0000	1.36
  +++ build.xml	14 Feb 2002 10:54:38 -0000	1.37
  @@ -208,6 +208,7 @@
              classpath="${build.lib}/${name}.jar" debug="${debug}">
         <include name="samples/**/*.java" />
         <exclude name="samples/**/*SMTP*.java" unless="smtp.present" />
  +      <exclude name="samples/weblogic_ejb/*.java" unless="ejb.present" />
       </javac>
       <copy todir="${build.samples}">
         <fileset dir="${samples.dir}"/>