You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2004/09/02 14:12:57 UTC

cvs commit: ws-axis/java build.xml

dims        2004/09/02 05:12:57

  Modified:    java     build.xml
  Log:
  fix url problems in cvslog.html
  
  Revision  Changes    Path
  1.249     +1 -1      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.248
  retrieving revision 1.249
  diff -u -r1.248 -r1.249
  --- build.xml	13 Jul 2004 04:41:44 -0000	1.248
  +++ build.xml	2 Sep 2004 12:12:57 -0000	1.249
  @@ -561,7 +561,7 @@
              out="${axis.home}/docs/cvslog.html" 
              style="${axis.home}/tools/changelog.xsl">
         <param name="title" expression="Apache Axis 1.2 Beta ChangeLog (Changes after 1.2 Alpha)"/>
  -      <param name="module" expression="ant"/>
  +      <param name="module" expression="ws-axis/java"/>
         <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
       </style>
     </target>