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:01:59 UTC

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

dirkv       2004/05/30 14:01:59

  Modified:    clazz    project.properties project.xml
               clazz/xdocs navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons-sandbox/clazz/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/clazz/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	24 Feb 2004 22:19:03 -0000	1.3
  +++ project.properties	30 May 2004 21:01:59 -0000	1.4
  @@ -12,8 +12,8 @@
   #   See the License for the specific language governing permissions and
   #   limitations under the License.
   
  -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.6       +2 -2      jakarta-commons-sandbox/clazz/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/clazz/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	24 Feb 2004 22:19:03 -0000	1.5
  +++ project.xml	30 May 2004 21:01:59 -0000	1.6
  @@ -16,10 +16,10 @@
   -->
   <project>
     <extend>../sandbox-build/project.xml</extend>
  -  <name>Clazz</name>
  +  <name>Commons Clazz</name>
     <id>commons-clazz</id>
     
  -  <logo><!--/images/logo.png--></logo>
  +  <logo>/images/clazz-logo-white.png</logo>
     
     <currentVersion>1.0-alpha1</currentVersion>
     <inceptionYear>2002</inceptionYear>
  
  
  
  1.3       +5 -20     jakarta-commons-sandbox/clazz/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/clazz/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	24 Feb 2004 22:19:03 -0000	1.2
  +++ navigation.xml	30 May 2004 21:01:59 -0000	1.3
  @@ -14,24 +14,11 @@
      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="Clazz">
  -
  -  <title>Clazz</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;Clazz">
  +  <title>Commons&#xA0;Clazz</title>
     <body>
  -    <links>
  -      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  -    </links>
  -
  -    <menu name="Commons Clazz">
  +    <menu name="Commons&#xA0;Clazz">
         <item name="Overview" href="/index.html"/>
         <item name="User guide" href="/userguide.html"/>
         <item name="Javadoc" href="apidocs/index.html"/>
  @@ -39,8 +26,6 @@
         <item name="Team" href="/team-list.html"/>
         <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/clazz/"/>
       </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