dirkv 2004/05/30 14:04:48 Modified: attributes project.properties project.xml attributes/site project.properties attributes/site/xdocs navigation.xml Added: attributes/site/xdocs/images attributes-logo-white.png attributes-logo-white.xcf Removed: attributes/xdocs index.xml navigation.xml Log: update to commons l&f, new navigation, license info Revision Changes Path 1.4 +3 -3 jakarta-commons-sandbox/attributes/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.properties 21 Feb 2004 16:13:41 -0000 1.3 +++ project.properties 30 May 2004 21:04:48 -0000 1.4 @@ -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 @@ -73,4 +73,4 @@ - \ No newline at end of file + 1.18 +1 -1 jakarta-commons-sandbox/attributes/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 9 May 2004 18:24:57 -0000 1.17 +++ project.xml 30 May 2004 21:04:48 -0000 1.18 @@ -21,7 +21,7 @@ <name>Attributes</name> <id>commons-attributes</id> - <logo>/attributes-logo.gif</logo> + <logo>/images/attributes-logo-white.png</logo> <organization> <name>The Apache Software Foundation</name> 1.5 +2 -7 jakarta-commons-sandbox/attributes/site/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 5 May 2004 21:51:58 -0000 1.4 +++ project.properties 30 May 2004 21:04:48 -0000 1.5 @@ -13,14 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# -# Banner background and foreground colors. -# -#maven.ui.banner.background = #fff -#maven.ui.banner.foreground = #000 -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 +18 -29 jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- navigation.xml 5 May 2004 21:51:58 -0000 1.9 +++ navigation.xml 30 May 2004 21:04:48 -0000 1.10 @@ -1,34 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -= -= Copyright 2003-2004 The Apache Software Foundation -= -= Licensed under the Apache License, Version 2.0 (the "License"); -= you may not use this file except in compliance with the License. -= You may obtain a copy of the License at -= -= http://www.apache.org/licenses/LICENSE-2.0 -= -= Unless required by applicable law or agreed to in writing, software -= distributed under the License is distributed on an "AS IS" BASIS, -= WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -= See the License for the specific language governing permissions and -= limitations under the License. -= + Copyright 2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> -<!DOCTYPE project [ - <!ENTITY included-nav SYSTEM "../../../sandbox-build/incl_nav.xml"> -]> -<project> - <title>Jakarta Commons Attributes</title> - +<!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/commons-build/menus/menus.dtd'> +<project name="Commons Attributes"> + <title>Commons Attributes</title> <body> - <links> - <item name="Home" href="http://jakarta.apache.org/"/> - <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/> - </links> - - <menu name="Commons Attributes"> + <menu name="Commons Attributes"> <item name="Overview" href="/index.html"/> <item name="API" href="/api/index.html"/> <item name="Tutorial" href="/tutorial.html"> @@ -50,7 +40,6 @@ <item name="Developers" href="/team-list.html"/> <item name="Issue Tracking" href="/issue-tracking.html"/> </menu> - - &included-nav; + &common-menus; </body> </project> 1.1 jakarta-commons-sandbox/attributes/site/xdocs/images/attributes-logo-white.png <<Binary file>> 1.1 jakarta-commons-sandbox/attributes/site/xdocs/images/attributes-logo-white.xcf <<Binary file>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]