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:00:18 UTC

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

dirkv       2004/05/30 14:00:18

  Modified:    functor  project.properties project.xml
               functor/xdocs navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons-sandbox/functor/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	28 Feb 2004 17:12:35 -0000	1.5
  +++ project.properties	30 May 2004 21:00:18 -0000	1.6
  @@ -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.10      +2 -2      jakarta-commons-sandbox/functor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	1 Mar 2004 07:28:28 -0000	1.9
  +++ project.xml	30 May 2004 21:00:18 -0000	1.10
  @@ -17,10 +17,10 @@
   
   <project>
     <extend>../sandbox-build/project.xml</extend>
  -  <name>Functor</name>
  +  <name>Commons Functor</name>
     <id>commons-functor</id>
     
  -  <logo><!--/images/logo.png--></logo>
  +  <logo>/images/functor-logo-white.png</logo>
     
     <currentVersion>1.0-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
  
  
  
  1.2       +5 -20     jakarta-commons-sandbox/functor/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	28 Feb 2004 17:12:34 -0000	1.1
  +++ navigation.xml	30 May 2004 21:00:18 -0000	1.2
  @@ -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="Functor">
  -
  -  <title>Functor</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;Functor">
  +  <title>Commons&#xA0;Functor</title>
     <body>
  -    <links>
  -      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  -    </links>
  -
  -    <menu name="Commons Functor">
  +    <menu name="Commons&#xA0;Functor">
         <item name="Overview" href="/index.html"/>
         <item name="Examples" href="/examples.html"/>
         <item name="Javadoc" href="apidocs/index.html"/>
  @@ -45,8 +32,6 @@
         <item name="Status" href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons-sandbox/functor/STATUS.txt"/>
         <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/functor/"/>
       </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