[jboss-cvs] repository.jboss.com/jboss/web/2.0.0.snapshot ...

Remy Maucherat remm at jboss.com
Wed Jan 17 20:42:42 EST 2007


  User: remm    
  Date: 07/01/17 20:42:42

  Modified:    jboss/web/2.0.0.snapshot  component-info.xml
  Log:
  - Add back annotations-api, which is needed in 4.2 (will be ignored in 5.0).
  
  Revision  Changes    Path
  1.11      +2 -1      repository.jboss.com/jboss/web/2.0.0.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/web/2.0.0.snapshot/component-info.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- component-info.xml	17 Jan 2007 22:47:53 -0000	1.10
  +++ component-info.xml	18 Jan 2007 01:42:42 -0000	1.11
  @@ -4,6 +4,7 @@
         licenseType="lgpl"
         version="2.0.0.snapshot"
         description="JBoss Web 2.0.0">
  +      <artifact id="annotations-api.jar"/>
         <artifact id="el-api.jar"/>
         <artifact id="jasper-jdt.jar"/>
         <artifact id="jbossweb.jar"/>
  @@ -21,7 +22,7 @@
            <compatible version="1.1"/>
         </import>
         <export>
  -         <include input="el-api.jar"/>
  +         <include input="annotations-api.jar"/>
            <include input="jasper-jdt.jar"/>
            <include input="jbossweb.jar"/>
            <include input="jbossweb-extras.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list