[jboss-cvs] repository.jboss.com/jboss/jbossws/snapshot ...

Jason Thomas Greene jgreene at jboss.com
Fri Oct 20 17:13:10 EDT 2006


  User: jgreene 
  Date: 06/10/20 17:13:10

  Modified:    jboss/jbossws/snapshot  component-info.xml
  Log:
  Add missing jars
  
  Revision  Changes    Path
  1.25      +6 -1      repository.jboss.com/jboss/jbossws/snapshot/component-info.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: component-info.xml
  ===================================================================
  RCS file: /cvsroot/jboss/repository.jboss.com/jboss/jbossws/snapshot/component-info.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- component-info.xml	18 Oct 2006 08:32:32 -0000	1.24
  +++ component-info.xml	20 Oct 2006 21:13:10 -0000	1.25
  @@ -7,7 +7,9 @@
   
         <artifact id="jbossws.sar"/>
         <artifact id="jbossws-client.jar"/>
  -
  +      <artifact id="jboss-jaxrpc.jar"/>
  +      <artifact id="jboss-jaxws.jar"/>
  +      <artifact id="jboss-saaj.jar"/>
         <import componentref="apache-xmlsec">
         	<compatible version="1.3.0"/>
         </import>
  @@ -27,6 +29,9 @@
         <export>
            <include input="jbossws.sar"/>
            <include input="jbossws-client.jar"/>
  +         <include input="jboss-jaxrpc.jar"/>
  +         <include input="jboss-jaxws.jar"/>
  +         <include input="jboss-saaj.jar"/>
         </export>
   
      </component>
  
  
  



More information about the jboss-cvs-commits mailing list