hlship      2004/10/27 12:29:35

  Modified:    src/documentation/content/xdocs tabs.xml site.xml
               .        forrest.properties
               hivebuild forrestdoc.xml
  Log:
  Tweak the colors of the site.
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-hivemind/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tabs.xml  23 Oct 2004 14:17:56 -0000      1.5
  +++ tabs.xml  27 Oct 2004 19:29:35 -0000      1.6
  @@ -29,7 +29,7 @@
       If @id's are present, site.xml entries with a matching @tab will be in 
that tab.
     -->
     <tab id="project" label="HiveMind Project" dir="" />
  -  <tab id="hivemind" label="Module: hivemind" dir="hivemind/" />
  -  <tab id="hivemind-lib" label="Module: hivemind-lib" dir="hivemind-lib/" />
  -  <tab id="hivemind-examples" label="Example Code" dir="hivemind-examples/" 
/>
  +  <tab id="hivemind" label="Module: hivemind" href="hivemind/" />
  +  <tab id="hivemind-lib" label="Module: hivemind-lib" href="hivemind-lib/" />
  +  <tab id="hivemind-examples" label="Example Code" href="hivemind-examples/" 
/>
   </tabs>
  
  
  
  1.30      +15 -18    jakarta-hivemind/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- site.xml  27 Oct 2004 15:16:54 -0000      1.29
  +++ site.xml  27 Oct 2004 19:29:35 -0000      1.30
  @@ -62,11 +62,10 @@
                        &project-report-menu.ent;
                </reports>
        
  -     <hivemind label="Module: hivemind" tab="hivemind">
                
  -             <index href="hivemind/index.html"/>
  +             <index href="hivemind/index.html" tab="hivemind"/>
                        
  -    <services label="Services">
  +    <services label="Services" tab="hivemind">
         <hivemind.BuilderFactory label="BuilderFactory" 
           href="hivemind/BuilderFactory.html"/>
         <hivemind.LoggingInterceptor label="LoggingInterceptor" 
  @@ -77,7 +76,7 @@
           href="hivemind/ThreadLocalStorage.html"/>
       </services>
                
  -             <configs label="Configurations">
  +             <configs label="Configurations" tab="hivemind">
                        
                        <hivemind.ApplicationDefaults 
label="ApplicationDefaults"
                                href="hivemind/ApplicationDefaults.html"/>
  @@ -91,24 +90,23 @@
                        
                </configs>
                
  -             <anttasks label="Ant Tasks">
  +             <anttasks label="Ant Tasks" tab="hivemind">
                
                        <ConstructRegistry label="ConstructRegistry" 
href="hivemind/ant/ConstructRegistry.html"/>
                        <ManifestClassPath label="ManifestClassPath" 
href="hivemind/ant/ManifestClassPath.html"/>
                
                </anttasks>
                
  -             <reports label="Reports">
  +             <reports label="Reports" tab="hivemind">
                &hivemind-report-menu.ent;
                </reports>
                
  -     </hivemind>
  +
        
  -     <hivemind.lib label="Module: hivemind.lib" tab="hivemind-lib">
        
  -             <index href="hivemind-lib/index.html"/>
  +             <index href="hivemind-lib/index.html" tab="hivemind-lib"/>
                
  -             <services label="Services">
  +             <services label="Services" tab="hivemind-lib">
         <hivemind.lib.BeanFactoryBuilder label="BeanFactoryBuilder" 
href="hivemind-lib/BeanFactoryBuilder.html"/>
         <hivemind.lib.DefaultImplementationBuilder 
label="DefaultImplementationBuilder" 
href="hivemind-lib/DefaultImplementationBuilder.html"/>
                        <hivemind.lib.EJBProxyFactory label="EJBProxyFactory" 
href="hivemind-lib/EJBProxyFactory.html"/>
  @@ -120,25 +118,24 @@
                        <hivemind.lib.SpringLookupFactory 
label="SpringLookupFactory" href="hivemind-lib/SpringLookupFactory.html"/>
                </services>     
                
  -             <reports label="Reports">
  +             <reports label="Reports" tab="hivemind-lib">
                &hivemind-lib-report-menu.ent;
                </reports>
  -             
  -     </hivemind.lib>
  +     
     
  -  <hivemind-examples label="Example Code" tab="hivemind-examples">
       
  -      <index href="hivemind-examples/index.html"/>
  +      <index href="hivemind-examples/index.html" tab="hivemind-examples"/>
         
  +      <samples label="Example Code" tab="hivemind-examples">
         <examples.calc label="Calculator" href="hivemind-examples/calc.html"/>
         <examples.panorama label="Panorama Startup" 
href="hivemind-examples/panorama.html"/>
         <examples.logging label="Logging Interceptor" 
href="hivemind-examples/logging.html"/>
  -     
  -      <reports label="Reports">
  +      </samples>
  +      
  +      <reports label="Reports" tab="hivemind-examples">
           &hivemind-examples-report-menu.ent;
         </reports>
       
  -  </hivemind-examples>
        
        <other-resources label="Other Resources">
                <wiki label="HiveMind Wiki" 
href="http://wiki.apache.org/jakarta-hivemind/"/>
  
  
  
  1.5       +0 -6      jakarta-hivemind/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/forrest.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrest.properties        21 Oct 2004 14:57:19 -0000      1.4
  +++ forrest.properties        27 Oct 2004 19:29:35 -0000      1.5
  @@ -14,15 +14,9 @@
   # limitations under the License.
   
   project.name=HiveMind
  -project.build-dir=${project.home}/target/forrest
  -project.site-dir=${project.home}/target/docs
  -project.temp-dir=${project.home}/target/forrest
   
  -project.content-dir=target/forrest-composite
   forrest.echo=on
   project.debuglevel=DEBUG
   project.bugtracking-url=http://nagoya.apache.org/jira/browse/
  -
  -project.skin=pelt
   
   project.configfile=${project.home}/src/documentation/conf/cli.xconf
  
  
  
  1.3       +4 -1      jakarta-hivemind/hivebuild/forrestdoc.xml
  
  Index: forrestdoc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/forrestdoc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrestdoc.xml    23 Oct 2004 14:17:56 -0000      1.2
  +++ forrestdoc.xml    27 Oct 2004 19:29:35 -0000      1.3
  @@ -21,9 +21,12 @@
         <java classname="org.apache.tools.ant.Main" fork="true" 
dir="${basedir}" maxmemory="384M">
           <arg line="-emacs -buildfile ${forrest.home}/forrest.build.xml"/>
           <arg line="-logger org.apache.tools.ant.NoBannerLogger"/>
  -                
           <sysproperty key="forrest.home" value="${forrest.home}"/>
           <sysproperty key="project.home" value="${basedir}"/>
  +        <sysproperty key="project.build-dir" 
value="${basedir}/target/forrest"/>
  +        <sysproperty key="project.site-dir" value="${basedir}/target/docs"/>
  +        <sysproperty key="project.temp-dir" 
value="${basedir}/target/forrest"/>
  +        <sysproperty key="project.content-dir" 
value="target/forrest-composite"/>
           
           <classpath>
             <fileset dir="${forrest.home}/../..">
  
  
  

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

Reply via email to