[jboss-cvs] repository.jboss.com/jboss/jbossws/1.0.3.GA ...

Thomas Diesler tdiesler at belmont.prod.atl2.jboss.com
Wed Aug 30 07:15:55 EDT 2006


  User: tdiesler
  Date: 06/08/30 07:15:55

  Modified:    jboss/jbossws/1.0.3.GA  component-info.xml
  Log:
  fix version compatibility in component-info.xml
  
  Revision  Changes    Path
  1.2       +3 -0      repository.jboss.com/jboss/jbossws/1.0.3.GA/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/1.0.3.GA/component-info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- component-info.xml	28 Aug 2006 14:06:22 -0000	1.1
  +++ component-info.xml	30 Aug 2006 11:15:55 -0000	1.2
  @@ -12,15 +12,18 @@
         <artifact id="jboss-saaj.jar"/>
   
         <import componentref="apache-xmlsec">
  +      	<compatible version="1.2.97"/>
         	<compatible version="1.3.0"/>
         </import>
         <import componentref="javassist">
  +      	<compatible version="3.2.0.CR2"/>
         	<compatible version="3.3.0.GA"/>
         </import>
         <import componentref="ibm-wsdl4j">
         	<compatible version="1.5.2jboss"/>
         </import>
         <import componentref="jboss/jbossxb">
  +      	<!-- not compatible with version="1.0.0.CR4" -->
         	<compatible version="1.0.0.CR6"/>
         </import>
         <import componentref="jboss/remoting">
  
  
  



More information about the jboss-cvs-commits mailing list