dirkv       2004/05/30 13:57:13

  Modified:    mapper   project.properties project.xml
               mapper/xdocs navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-commons-sandbox/mapper/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        27 Mar 2004 22:09:56 -0000      1.2
  +++ project.properties        30 May 2004 20:57:13 -0000      1.3
  @@ -16,8 +16,8 @@
   ######################################################################
   # commons site L&F
   ######################################################################
  -maven.xdoc.jsl=../sandbox-build/commons-site.jsl
  -maven.xdoc.date=left
  -maven.xdoc.poweredby.image=
  +maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
  +maven.xdoc.date=bottom
  +maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
  -maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  \ No newline at end of file
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  
  
  
  1.5       +2 -0      jakarta-commons-sandbox/mapper/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       29 Feb 2004 20:41:30 -0000      1.4
  +++ project.xml       30 May 2004 20:57:13 -0000      1.5
  @@ -4,6 +4,8 @@
     <name>Commons Mapper</name>
     <id>commons-mapper</id>
     <currentVersion>0.7-dev</currentVersion>
  +
  +  <logo>/images/mapper-logo-white.png</logo>
     
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.commons.mapper</package>
  
  
  
  1.5       +5 -14     jakarta-commons-sandbox/mapper/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml    28 Mar 2004 01:06:30 -0000      1.4
  +++ navigation.xml    30 May 2004 20:57:13 -0000      1.5
  @@ -14,24 +14,15 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  -
  -<!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
  -]>
  -
  -<project name="Mapper">
  -
  -  <title>Mapper</title>
  -  <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  -
  +<!DOCTYPE org.apache.commons.menus SYSTEM 
'../../../jakarta-commons/commons-build/menus/menus.dtd'>
  +<project name="Commons&#xA0;Mapper">
  +  <title>Commons&#xA0;Mapper</title>
     <body>
  -    <menu name="Mapper">
  +    <menu name="Commons&#xA0;Mapper">
         <item name="Overview" href="/index.html"/>
         <item name="To Do List" href="/todo.html"/>
         <item name="Javadoc" href="apidocs/index.html"/>
       </menu>
  -    
  -    &commons-nav;
  -    
  +    &common-menus;
     </body>
   </project>
  
  
  

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

Reply via email to