You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2005/06/05 04:27:41 UTC

cvs commit: ws-fx/wss4j build.xml

dims        2005/06/04 19:27:41

  Modified:    wss4j    build.xml
  Log:
  fix changelog target
  
  Revision  Changes    Path
  1.25      +1 -3      ws-fx/wss4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	4 Jun 2005 21:12:59 -0000	1.24
  +++ build.xml	5 Jun 2005 02:27:41 -0000	1.25
  @@ -592,7 +592,6 @@
               />
       </target>
   
  -	<!-- This target is outdated
       <target name="changelog"
           depends="prepare"
           description="Generate the changelog for WSS4J project">
  @@ -604,10 +603,9 @@
               style="./tools/changelog.xsl">
               <param name="title" expression="WSS4J ChangeLog"/>
               <param name="module" expression="wss4j"/>
  -            <param name="cvsweb" expression="http://cvs.sourceforge.net/viewcvs.py/wss4j/"/>
  +            <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/ws-fx/"/>
           </style>
       </target>
  -    -->
   
     <!-- =================================================================== -->
     <!-- Creates a war file for interop testing                              -->