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

Thomas Diesler thomas.diesler at jboss.com
Thu Dec 7 10:41:14 EST 2006


  User: tdiesler
  Date: 06/12/07 10:41:14

  Modified:    jboss/jbossws/snapshot  component-info.xml
  Log:
  reorganised package structure
  
  Revision  Changes    Path
  1.33      +4 -6      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.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- component-info.xml	6 Dec 2006 05:33:00 -0000	1.32
  +++ component-info.xml	7 Dec 2006 15:41:14 -0000	1.33
  @@ -5,18 +5,16 @@
                 version="snapshot"
                 description="JBossWS an implementation of J2EE Web Services">
   
  +      <artifact id="jbossws.sar"/>
  +      <artifact id="jbossws-client.jar"/>
         <artifact id="jboss-jaxrpc.jar"/>
         <artifact id="jboss-jaxws.jar"/>
         <artifact id="jboss-saaj.jar"/>
  -      <artifact id="jbossws-client.jar"/>
  -      <artifact id="jbossws.sar"/>
  -      <artifact id="jbossws-src.zip"/>
   
         <import componentref="apache-xmlsec">
         	<compatible version="1.3.0"/>
         </import>
         <import componentref="javassist">
  -      	<compatible version="3.3.0.GA"/>
         	<compatible version="3.4.GA"/>
         </import>
         <import componentref="ibm-wsdl4j">
  @@ -33,11 +31,11 @@
         </import>
   
         <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"/>
  -         <include input="jbossws-client.jar"/>
  -         <include input="jbossws.sar"/>
         </export>
   
      </component>
  
  
  



More information about the jboss-cvs-commits mailing list