aslom       2002/12/20 18:59:58

  Modified:    java     build.xml
  Log:
  added minor verion to distinguish from RC1 release
  made sure that ejb sample is compiled only if ejb is present
  
  Revision  Changes    Path
  1.24      +3 -2      xml-axis-wsif/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 21 Dec 2002 01:38:01 -0000      1.23
  +++ build.xml 21 Dec 2002 02:59:58 -0000      1.24
  @@ -47,7 +47,7 @@
       <property name="name" value="wsif"/>
       <property name="dynamic.name" value="wsif-dynamic"/>
       <property name="Name" value="wsif"/>
  -    <property name="wsif.version" value="2.0rc1"/>
  +    <property name="wsif.version" value="2.0rc1_1"/>
       <property name="year-from" value="2002"/>
       <property name="year-to" value="2002"/>
   
  @@ -187,8 +187,9 @@
     </patternset>
   
     <patternset id="samples.source.files">
  -    <include name="**/*.java"/>
  +      <include name="**/*.java"/>
         <exclude name="**/zipcode/**.java" unless="apachesoap.present"/>
  +      <exclude name="ejb/**/*.java" unless="ejb.present"/>
         <exclude name="clients/zipcode/**/*.java"/> <!-- until this sample is 
migrated -->
         <exclude name="clients/stockquote/**/*.java"/> <!-- until this sample is 
migrated -->
     </patternset>
  
  
  


Reply via email to