You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/29 22:18:08 UTC

cvs commit: jakarta-commons/beanutils project.xml

scolebourne    2004/02/29 13:18:08

  Modified:    beanutils/xdocs navigation.xml index.xml
               beanutils project.xml
  Log:
  Update to new website design
  
  Revision  Changes    Path
  1.5       +22 -3     jakarta-commons/beanutils/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	15 Feb 2004 16:08:42 -0000	1.4
  +++ navigation.xml	29 Feb 2004 21:18:08 -0000	1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <!DOCTYPE project [
   <!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
  @@ -18,9 +33,13 @@
       </links>
   
       <menu name="Commons BeanUtils">
  -      <item name="Overview"
  -            href="/index.html"/>
  -          
  +      <item name="Overview" href="/index.html"/>
  +      <item name="Javadoc (Release)" href="api/index.html"/>
  +      <item name="Mailing lists" href="/mail-lists.html"/>
  +      <item name="Team" href="/team-list.html"/>
  +      <!--item name="Tasks" href="/tasks.html"/-->
  +      <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/beanutils/"/>
  +      <item name="Javadoc (CVS latest)" href="apidocs/index.html"/>
       </menu>
       
       &commons-nav;
  
  
  
  1.4       +16 -1     jakarta-commons/beanutils/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	26 Jan 2004 23:04:51 -0000	1.3
  +++ index.xml	29 Feb 2004 21:18:08 -0000	1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
   
  @@ -9,7 +24,7 @@
   
    <body>
   
  -<section name="The BeanUtils Component">
  +<section name="Commons BeanUtils">
   
   <p>
   Most Java developers are used to creating Java classes that conform to the
  
  
  
  1.18      +17 -18    jakarta-commons/beanutils/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	10 Feb 2004 19:15:05 -0000	1.17
  +++ project.xml	29 Feb 2004 21:18:08 -0000	1.18
  @@ -1,32 +1,31 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <project>
     <extend>../commons-build/project.xml</extend>
     <name>BeanUtils</name>
     <id>commons-beanutils</id>
  -  <logo></logo>
     <currentVersion>1.7-dev</currentVersion>
   
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  -  </organization>
  -
     <inceptionYear>2000</inceptionYear>
  -  <shortDescription>Commons Bean Utils</shortDescription>
  -
  +  <shortDescription>Commons BeanUtils</shortDescription>
  +  <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>
     <logo>/images/logo.png</logo>
  -
  -  <description>BeanUtils provides an easy-to-use but flexible wrapper around
  -  reflection and introspection.</description>
  -  
  -  <repository>
  -    <connection>scm:cvs:${beanutils.cvs}:jakarta-commons/beanutils/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/beanutils/</url>
  -  </repository>
     
  -  <url>http://jakarta.apache.org/commons/beanutils/</url>
     <developers>
       <developer>
         <name>Robert Burrell Donkin</name>
  
  
  

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