scolebourne    2004/01/29 16:33:10

  Modified:    primitives project.xml
               primitives/xdocs/style project.css
               primitives/xdocs navigation.xml
  Log:
  Update website
  
  Revision  Changes    Path
  1.13      +2 -21     jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       14 Jan 2004 05:06:13 -0000      1.12
  +++ project.xml       30 Jan 2004 00:33:10 -0000      1.13
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../xdocs/maven/project-base.xml</extend>
  +  <extend>../project.xml</extend>
     <id>commons-primitives</id>
     <name>Commons Primitives</name>
     <currentVersion>1.1-dev</currentVersion>
  @@ -14,24 +14,7 @@
     <logo>/images/logo.png</logo>
   
     <package>org.apache.commons.collections.primitives</package>
  -  <url>http://jakarta.apache.org/commons/primitives/index.html</url>
     
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons Dev List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -  </mailingLists>
  -
  -
     <description>
       Commons Primitives is a set of collection and utility classes for primitive 
types.
       The Java language has a clear distinction between Object and primitive types.
  @@ -72,7 +55,7 @@
       </dependency>
       <dependency>
         <id>commons-collections:commons-collections-testframework</id>
  -      <version>SNAPSHOT</version>
  +      <version>3.0</version>
         <url>http://jakarta.apache.org/commons/collections/</url>
       </dependency>
   
  @@ -84,8 +67,6 @@
         <id>jdepend</id>
         <version>2.5</version>
       </dependency>
  -    
  -    
     </dependencies>
   
     <build>
  
  
  
  1.2       +5 -0      jakarta-commons/primitives/xdocs/style/project.css
  
  Index: project.css
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/xdocs/style/project.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.css       14 Jan 2004 05:06:13 -0000      1.1
  +++ project.css       30 Jan 2004 00:33:10 -0000      1.2
  @@ -3,3 +3,8 @@
    color: #000;
   }
   
  +#banner td { 
  + height: 100%;
  + vertical-align: middle;
  +}
  +
  
  
  
  1.6       +5 -3      jakarta-commons/primitives/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml    14 Jan 2004 05:06:13 -0000      1.5
  +++ navigation.xml    30 Jan 2004 00:33:10 -0000      1.6
  @@ -7,14 +7,16 @@
     <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
     <body> 
       <links>
  -      <item name="Jakarta Commons"                   
  -            href="http://jakarta.apache.org/commons/"/>
  +      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
       </links>
   
       <menu name="Commons Primitives">
         <item name="Overview" href="/index.html"/>
         <item name="FAQ" href="/faq.html"/>
  -      <item name="Status&#xA0;File"        
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/primitives/STATUS.txt"/>
  +      <item name="Javadoc" href="apidocs/index.html"/>
  +      <item name="Mailing lists" href="/mail-lists.html"/>
  +      <item name="Team" href="/team-list.html"/>
  +      <item name="CVS" 
href="http://cvs.apache.org/viewcvs/jakarta-commons/primitives/"/>
       </menu>
       &commons-nav;
     </body>
  
  
  

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

Reply via email to