You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/05/30 23:02:41 UTC

cvs commit: jakarta-commons-sandbox/cache/xdocs navigation.xml

dirkv       2004/05/30 14:02:41

  Modified:    cache    project.properties project.xml
               cache/xdocs navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-commons-sandbox/cache/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cache/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	24 Feb 2004 21:34:16 -0000	1.2
  +++ project.properties	30 May 2004 21:02:41 -0000	1.3
  @@ -42,8 +42,8 @@
   ######################################################################
   # commons site L&F
   ######################################################################
  -maven.xdoc.jsl=../sandbox-build/commons-site.jsl
  -maven.xdoc.date=left
  +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
  
  
  
  1.3       +2 -2      jakarta-commons-sandbox/cache/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cache/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	24 Feb 2004 21:34:16 -0000	1.2
  +++ project.xml	30 May 2004 21:02:41 -0000	1.3
  @@ -16,10 +16,10 @@
   -->
   <project>
     <extend>../sandbox-build/project.xml</extend>
  -  <name>Cache</name>
  +  <name>Commons Cache</name>
     <id>commons-cache</id>
     
  -  <logo><!--/images/logo.png--></logo>
  +  <logo>/images/cache-logo-white.png</logo>
     
     <currentVersion>0.1-dev</currentVersion>
     <inceptionYear>2001</inceptionYear>
  
  
  
  1.3       +9 -24     jakarta-commons-sandbox/cache/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cache/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	24 Feb 2004 21:34:17 -0000	1.2
  +++ navigation.xml	30 May 2004 21:02:41 -0000	1.3
  @@ -14,33 +14,18 @@
      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="Cache">
  -
  -  <title>Cache</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;Cache">
  +  <title>Commons&#xA0;Cache</title>
     <body>
  -    <links>
  -      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  -    </links>
  -
  -    <menu name="Commons Cache">
  -      <item name="Overview" href="/index.html"/>
  +    <menu name="Commons&#xA0;Cache">
  +      <item name="Overview"      href="/index.html"/>
         <item name="Tag library"   href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons-sandbox/cache/docs/tagext.html?rev=HEAD&amp;content-type=text/html" />
  -      <item name="Javadoc" href="apidocs/index.html"/>
  +      <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-sandbox/cache/"/>
  +      <item name="Team"          href="/team-list.html"/>
  +      <item name="CVS"           href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/"/>
       </menu>
  -    
  -    &commons-nav;
  -
  +    &common-menus;
     </body>
   </project>
  
  
  

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