You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/06/18 22:50:18 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines jetspeed-pipeline.xml

weaver      2004/06/18 13:50:18

  Modified:    portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed
                        decorator-top.vm decorator-bottom.vm
               portal/src/webapp/WEB-INF/conf/pipelines
                        jetspeed-pipeline.xml
  Log:
  removed simple layout valve.  Moved HTML into decorations/layout/jetspeed
  
  Revision  Changes    Path
  1.4       +14 -0     jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-top.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- decorator-top.vm	7 May 2004 02:45:52 -0000	1.3
  +++ decorator-top.vm	18 Jun 2004 20:50:18 -0000	1.4
  @@ -14,6 +14,20 @@
   limitations under the License.
   *#
   
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  +
  +<html>
  +<head>
  +    <title>Welcome to Jetspeed 2</title>
  +    <link href="content/css/styles.css" type="text/css" rel="stylesheet">
  +</head>
  +
  +<body>
  +
  +
  +
  +
  +
   <!--  BEGIN: layout/html/jetspeed/decorator.vm -->
   
   <p>
  
  
  
  1.5       +2 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-bottom.vm
  
  Index: decorator-bottom.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-bottom.vm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- decorator-bottom.vm	7 May 2004 02:45:52 -0000	1.4
  +++ decorator-bottom.vm	18 Jun 2004 20:50:18 -0000	1.5
  @@ -17,3 +17,5 @@
   <p>
   <img src="content/images/jetspeed-powered.gif" alt="Jetspeed 2 Powered" border="0">
   </p>
  +</body>
  +</html
  \ No newline at end of file
  
  
  
  1.7       +0 -3      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/jetspeed-pipeline.xml
  
  Index: jetspeed-pipeline.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/jetspeed-pipeline.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jetspeed-pipeline.xml	25 May 2004 01:37:12 -0000	1.6
  +++ jetspeed-pipeline.xml	18 Jun 2004 20:50:18 -0000	1.7
  @@ -34,9 +34,6 @@
        <valveDescriptor>
         <className>org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl</className>
       </valveDescriptor>
  -     <valveDescriptor>
  -      <className>org.apache.jetspeed.pipeline.valve.impl.VerySimpleLayoutValveImpl</className>
  -    </valveDescriptor>
       <valveDescriptor>
         <className>org.apache.jetspeed.aggregator.AggregatorValve</className>
       </valveDescriptor>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org