paulsp      2002/12/15 19:47:39

  Modified:    webapp/WEB-INF/templates/jsp/navigations/html bottom.jsp
               webapp/WEB-INF/templates/vm/navigations/html bottom.vm
               build    build.xml
  Log:
  Update version number
  
  Revision  Changes    Path
  1.8       +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/bottom.jsp
  
  Index: bottom.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/bottom.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- bottom.jsp        10 Dec 2002 03:26:19 -0000      1.7
  +++ bottom.jsp        16 Dec 2002 03:47:39 -0000      1.8
  @@ -3,7 +3,7 @@
   <p>
     <IMG align="right" src="<jetspeed:contentUri href="images/feather.gif" />">
     <font size="-2">
  -    Apache Jetspeed Portal - Version 1.4-b2<br />
  +    Apache Jetspeed Portal - Version 1.4-b3<br />
       &copy; Apache Software Foundation 1999-2002
     </font>
   </p>
  
  
  
  1.13      +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm
  
  Index: bottom.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- bottom.vm 10 Dec 2002 03:26:19 -0000      1.12
  +++ bottom.vm 16 Dec 2002 03:47:39 -0000      1.13
  @@ -3,7 +3,7 @@
     <tr>
       <td align="left">
        <small>
  -       Apache Jetspeed Portal - Version 1.4-b2<br/>
  +       Apache Jetspeed Portal - Version 1.4-b3<br/>
          &copy; Apache Software Foundation 1999-2002
        </small>
       </td>
  
  
  
  1.178     +3 -3      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- build.xml 10 Dec 2002 14:47:12 -0000      1.177
  +++ build.xml 16 Dec 2002 03:47:39 -0000      1.178
  @@ -54,7 +54,7 @@
   
       <property name="project.fullname" value="Jetspeed Portal Implementation"/>
       <property name="project.name" value="jetspeed"/>
  -    <property name="project.version" value="1.4-b2"/>
  +    <property name="project.version" value="1.4-b3"/>
   
       <!-- =================================================================== -->
       <!-- Set the properties related to the source tree                       -->
  @@ -90,7 +90,7 @@
       <property name="ant.home" value="build"/>
       <property name="debug" value="on"/>
       <property name="optimize" value="off"/>
  -    <property name="deprecation" value="off"/>  
  +    <property name="deprecation" value="off"/>
   
       <!-- Anakia doc settings -->
   
  @@ -394,7 +394,7 @@
                   <exclude name="*TODO*"/>
                   <exclude name="INSTALL-WAR"/>
                   <exclude name="bin/"/>
  -                <exclude name="proposals"/>          
  +                <exclude name="proposals/"/>          
                   <exclude name="**/.#**"/>          
               </fileset>
           </copy>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to