You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/05/16 06:04:36 UTC

cvs commit: xml-soap/java README build.xml ReleaseNotes.html

duftler     01/05/15 21:04:36

  Modified:    java     README build.xml
  Removed:     java     ReleaseNotes.html
  Log:
  Minor updates (mainly changing version references from 2.1 to 2.2).
  Removed ReleaseNotes.html since docs/index.html provides access to the same
    items of documentation.
  
  Revision  Changes    Path
  1.2       +1 -5      xml-soap/java/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2000/12/20 14:05:47	1.1
  +++ README	2001/05/16 04:04:33	1.2
  @@ -1,5 +1 @@
  -xml-soap
  ---------------------------------------------------------------------------
  -
  -Watch this space.
  -
  +Please see docs/index.html.
  
  
  
  1.29      +4 -5      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	2001/05/02 13:33:47	1.28
  +++ build.xml	2001/05/16 04:04:35	1.29
  @@ -58,8 +58,8 @@
     <target name="init">
       <property name="name" value="soap"/>
       <property name="Name" value="Soap"/>
  -    <property name="version" value="2.1"/>
  -    <property name="year" value="2000"/>
  +    <property name="version" value="2.2"/>
  +    <property name="year" value="2001"/>
   
       <property name="build.compiler" value="classic"/>
       <property name="debug" value="off"/>
  @@ -78,7 +78,7 @@
   
       <property name="webapps" value="./webapps"/>
   
  -    <property name="dist.dir" value="./soap-2_1"/>
  +    <property name="dist.dir" value="./soap-2_2"/>
   
       <available property="com.present" file="${src.comprovider}\org_apache_soap_providers_com_RPCProvider.h" />
     </target>
  @@ -179,7 +179,7 @@
   
       <copy todir="${build.lib}">
         <fileset dir="${src.comprovider}">
  -         <include name="*.dll" />
  +        <patternset refid="dllfiles"/>
         </fileset>
       </copy>
   
  @@ -312,7 +312,6 @@
   
       <copy file="LICENSE" tofile="${dist.dir}/LICENSE"/>
       <copy file="README" tofile="${dist.dir}/README"/>
  -    <copy file="ReleaseNotes.html" tofile="${dist.dir}/ReleaseNotes.html"/>
     </target>
   
     <!-- =================================================================== -->