[jboss-cvs] repository.jboss.com/apache-myfaces/1.1.4 ...

Dimitris Andreadis dimitris.andreadis at jboss.com
Wed Sep 20 04:13:21 EDT 2006


  User: dimitris
  Date: 06/09/20 04:13:21

  Modified:    apache-myfaces/1.1.4  component-info.xml
  Log:
  remove the version from the filenames
  
  Revision  Changes    Path
  1.2       +6 -6      repository.jboss.com/apache-myfaces/1.1.4/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/apache-myfaces/1.1.4/component-info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- component-info.xml	19 Sep 2006 19:34:39 -0000	1.1
  +++ component-info.xml	20 Sep 2006 08:13:21 -0000	1.2
  @@ -6,16 +6,16 @@
                 projectHome="http://myfaces.apache.org"
            description="JavaServer(tm) Faces Implementation">
   
  -      <artifact id="myfaces-api-1.1.4.jar"/>
  -      <artifact id="myfaces-impl-1.1.4.jar"/>
  -      <artifact id="jstl-1.1.0.jar"/>
  +      <artifact id="myfaces-api.jar"/>
  +      <artifact id="myfaces-impl.jar"/>
  +      <artifact id="jstl.jar"/>
         <import componentref="apache-lang">
            <compatible version="2.1"/>
         </import>
         <export>
  -         <include input="myfaces-api-1.1.4.jar"/>
  -         <include input="myfaces-impl-1.1.4.jar"/>
  -         <include input="jstl-1.1.0.jar"/>
  +         <include input="myfaces-api.jar"/>
  +         <include input="myfaces-impl.jar"/>
  +         <include input="jstl.jar"/>
         </export>
      </component>
   
  
  
  



More information about the jboss-cvs-commits mailing list