You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2004/12/22 23:24:07 UTC

cvs commit: incubator-myfaces/webapps/examples/web/inc page_header.jsp

manolito    2004/12/22 14:24:07

  Modified:    build    build.xml
               .        .cvsignore
               webapps/examples/web/WEB-INF/classes log4j.properties
               webapps/examples/web/inc page_header.jsp
  Log:
  no message
  
  Revision  Changes    Path
  1.65      +0 -2      incubator-myfaces/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/build/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml	1 Dec 2004 16:32:03 -0000	1.64
  +++ build.xml	22 Dec 2004 22:24:07 -0000	1.65
  @@ -311,8 +311,6 @@
               <tarfileset dir="${conf.dir}"
                           includes="web.xml"
                           prefix="myfaces-${manifest.impl.version}/conf"/>
  -            <tarfileset file="${myfaces.jar}"
  -                        prefix="myfaces-${manifest.impl.version}/lib"/>
               <tarfileset file="${commons-codec.jar}"
                           prefix="myfaces-${manifest.impl.version}/lib"/>
               <tarfileset file="${commons-logging.jar}"
  
  
  
  1.9       +1 -0      incubator-myfaces/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/.cvsignore,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- .cvsignore	19 Dec 2004 00:50:56 -0000	1.8
  +++ .cvsignore	22 Dec 2004 22:24:07 -0000	1.9
  @@ -17,3 +17,4 @@
   incubator-myfaces.iml
   incubator-myfaces.ipr
   incubator-myfaces.iws
  +myfaces-1.0.8-src.tgz
  
  
  
  1.4       +0 -0      incubator-myfaces/webapps/examples/web/WEB-INF/classes/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/web/WEB-INF/classes/log4j.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  
  
  
  1.42      +1 -1      incubator-myfaces/webapps/examples/web/inc/page_header.jsp
  
  Index: page_header.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/web/inc/page_header.jsp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- page_header.jsp	17 Dec 2004 13:19:11 -0000	1.41
  +++ page_header.jsp	22 Dec 2004 22:24:07 -0000	1.42
  @@ -7,7 +7,7 @@
       <f:verbatim>
           &nbsp;&nbsp;
           <font size="+1" color="#FFFFFF">MyFaces - The free JavaServer&#8482; Faces Implementation</font>
  -        <font size="-1" color="#FFFFFF">(Version 1.0.7 beta)</font>
  +        <font size="-1" color="#FFFFFF">(Version 1.0.8 beta)</font>
       </f:verbatim>
   </h:panelGrid>