User: user57  
  Date: 01/11/15 18:12:24

  Modified:    src/docs/developers cvs.jsp navigation.jsp
  Log:
   o added <hr> to the top of each navigation.jsp, so the nav buttons do not
     get confused with the page content.
   o changed <ul> elements in team.jsp to be of class text so they get the
     better looking font.  Really need to fix up the stylesheet so that we
     don't have to set the class of each <p>, <ol> and <ul> to the default
     of "text", but only for the rare cases.
   o removed Ant bits from cvs.jsp, added link to buildsystem.jsp
  
  Revision  Changes    Path
  1.8       +7 -26     newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cvs.jsp   2001/11/15 18:24:58     1.7
  +++ cvs.jsp   2001/11/16 02:12:24     1.8
  @@ -85,37 +85,18 @@
         <li><b>plugins</b>: jboss-plugins
      </ul>
   
  +   <p class="head">Building Guide and Instructions</p>
  +
  +   <p class="text">
  +      For information on building the sources please see our
  +      <a href="/developers/buildsystem.jsp">Build System Guide</a> 
  +      for further instructions.
  +
      <p class="head">CVS Administration Polcies</p>
      
      <p class="text">
         For our policies on CVS versioning and branching see: 
         <a class="link" href="CVSAdmin.jsp">CVS Admin</a>. 
  -
  -   <p class="head">More information on Build and Source</p>
  -
  -   <p class="text">
  -      What is Ant?  Ant is a Java based build tool. In theory it is kind
  -      of like make without makes wrinkles.
  -
  -   <p class="text">
  -      Why? Why another build tool when there is already make, gnumake, 
  -      nmake, jam, and others? Because, they are limited to the OS, or at
  -      least the OS type such as Unix, that you are working on. Makefiles 
  -      are inherently evil as well. 
  -
  -   <p class="text">
  -      Ant is different. Instead a model where it is extended with shell
  -      based commands, it is extended using Java classes. Instead of 
  -      writing shell commands, the configuration files are XML based 
  -      calling out a target tree where various tasks get executed. Each
  -      task is run by an object which implements a particular Task 
  -      interface. Granted, this removes some of the expressive power that
  -      is inherent by being able to construct a shell command such as 
  -      `find . -name foo -exec rm {}` but it gives you the ability to be
  -      cross platform. To work anywhere and everywhere. And hey, if you 
  -      really need to execute a shell command, Ant has an exec rule that 
  -      allows different commands to be executed based on the OS that it is
  -      executing on. 
   
      <p class="text">
        <ul>
  
  
  
  1.9       +7 -3      newsite/src/docs/developers/navigation.jsp
  
  Index: navigation.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navigation.jsp    2001/11/08 19:06:21     1.8
  +++ navigation.jsp    2001/11/16 02:12:24     1.9
  @@ -1,7 +1,11 @@
  -   <p class="text"><font size="-1"><b><a style="class" 
href="/developers/index.jsp">HOME</a></b></font>
  +   <p class="text">
  +      <hr>
  +      <font size="-1">
  +         <b><a style="class" href="/developers/index.jsp">HOME</a></b>
  +      </font>
                        
  -     </div></td>
  -     <td><img src="/pictures/t.gif" width="15" height="1"></td>
  +   </div></td>
  +   <td><img src="/pictures/t.gif" width="15" height="1"></td>
      </tr>
        
     </table> 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to