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 mu...@apache.org on 2004/08/09 08:00:45 UTC

cvs commit: ws-fx/wss4j build.xml

muthulee    2004/08/08 23:00:45

  Modified:    wss4j    build.xml
  Log:
  Changine the Build.xml file to compile Junit component tests for WS_Secure Conversation.
  
  Revision  Changes    Path
  1.16      +1 -0      ws-fx/wss4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	22 Jul 2004 17:31:37 -0000	1.15
  +++ build.xml	9 Aug 2004 06:00:45 -0000	1.16
  @@ -500,6 +500,7 @@
                   <fileset dir="${build.classes}">
                       <include name="**/wssec/PackageTests.class"/>
                       <include name="**/components/PackageTests.class"/>
  +                    <include name="**/secconv/components/PackageTests.class"/>  
                   </fileset>
               </batchtest>
           </junit>